Re: More network functions...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: More network functions...
Date: 2004-05-19 00:53:20
Message-ID: 9883.1084928000@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Sean Chittenden <sean(at)chittenden(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-19 01:00:06 Re: pgsql-server/src backend/main/main.c backend/p ...
Previous Message Bruce Momjian 2004-05-19 00:51:24 Re: pgsql-server/src backend/main/main.c backend/p ...