Re: More network functions... - Mailing list pgsql-patches

From Tom Lane
Subject Re: More network functions...
Date
Msg-id 9883.1084928000@sss.pgh.pa.us
Whole thread Raw
In response to More network functions...  (Sean Chittenden <sean@chittenden.org>)
Responses Re: More network functions...
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: new aggregate functions v3
Next
From: Tom Lane
Date:
Subject: Re: Bug in CVS pg_dump against 7.0.x