Re: Oracle Style packages on postgres

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Oracle Style packages on postgres
Дата
Msg-id 20050511002642.GA26584@fetter.org
обсуждение исходный текст
Ответ на Re: Oracle Style packages on postgres  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Oracle Style packages on postgres  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, May 10, 2005 at 06:55:39PM -0400, Bruce Momjian wrote:
> 
> OK, so it seems we need:
> 
>     o  make private objects accessable only to objects
>        in the same schema
>     o  Allow current_schema.objname to access current 
>        schema objects
>     o  session variables
>     o  nested schemas?

Well, some kind of nestable namespace for objects, anyhow.

I'll look over the SQL:2003 draft and see if I can find anything along
that line in there.

Cheers,
D
-- 
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!


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

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: --enable-thread-safety?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: LEFT JOIN used in psql describe.c