Re: More network functions...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More network functions...
Дата
Msg-id 9883.1084928000@sss.pgh.pa.us
обсуждение исходный текст
Ответ на More network functions...  (Sean Chittenden <sean@chittenden.org>)
Ответы Re: More network functions...  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-patches
Sean Chittenden <sean@chittenden.org> writes:
> *) inet_(client|server)_(addr|port)() and necessary documentation for
> the four functions.
> *) area(PATH) and documentation.
> *) Checks for TEMP privs when creating objects in the temp schema
> (checks for any object created in a temp namespace).
> *) With the above change, current_user is now being used to check if
> CREATE TEMP TABLE should succeed.
> [ and it gets weirder from there ]

Er, what?

Could we possibly have this separated into multiple patches with some
coherent purpose to each?

Also, please justify the temp-related changes.  I was not aware that we
had any breakage there.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: new aggregate functions v3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug in CVS pg_dump against 7.0.x