Re: Postgresql feature

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Postgresql feature
Дата
Msg-id 4124567F.4040702@frodo.hserus.net
обсуждение исходный текст
Ответ на Re: Postgresql feature  (John Sidney-Woollett <johnsw@wardbrook.com>)
Список pgsql-general
John Sidney-Woollett wrote:

> Bit more info (from my own findings migrating from Oracle -> Postgres)
>
> Sequences - YES
> Packages - NO (concept doesn't exist in PG)

You can create a schema to put all your functions/procedures in it  and provide
access control to it.

I think it is good enough emulation of packages barring compiling them to detect
errors in pl/sql code.

This has been mentioned before and few people reported it to be good enough
workaround..

HTH

  Shridhar

В списке pgsql-general по дате отправления:

Предыдущее
От: "Anony Mous"
Дата:
Сообщение: select count(*) from pg_stat_activity in V8.0.0
Следующее
От: Daniel Martini
Дата:
Сообщение: libpq: passwords WAS: scripting & psql issues