Re: [PATCHES] More network functions...

2004-05-26 Thread Bruce Momjian
Patch applied. Thanks. --- Sean Chittenden wrote: *) inet_(client|server)_(addr|port)() and necessary documentation for the four functions. *) area(PATH) and documentation. *) Checks for TEMP privs when creating

[PATCHES] More network functions...

2004-05-18 Thread Sean Chittenden
Blah, well, guess I do need the server's address after all. The attached patch includes: *) 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

Re: [PATCHES] More network functions...

2004-05-18 Thread Tom Lane
Sean Chittenden [EMAIL PROTECTED] 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). *)

Re: [PATCHES] More network functions...

2004-05-18 Thread Sean Chittenden
*) 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