Re: [PATCHES] [HACKERS] IS OF

2003-08-09 Thread Peter Eisentraut
Joe Conway writes: > Bruce Momjian wrote: > > Can someone suggest where to document IS OF, and either document it's > > non-standard behavior or supply patch? > > I suggest I should not be documented until it's fixed. > Doc patch attached for IS OF. Please apply. That is not the right place for

Re: [PATCHES] CVSROOT/modules: earthdistance...

2003-08-09 Thread The Hermit Hacker
On Wed, 6 Aug 2003, Tom Lane wrote: > Sean Chittenden <[EMAIL PROTECTED]> writes: > > Is there any reason that earthdistance gets special treatment in > > CVSROOT/modules? > > I think it is a remnant of an abandoned plan to move most or all of > contrib/ out of the server CVS module. I'd vote for

Re: [PATCHES] array/polymorphic function doc cleanup

2003-08-09 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > I think this rounds off the documentation updates that I owed for array > and polymorphic function/aggregate changes. Let me know if you think I > missed anything major. In any case, please apply. Applied, with some further hacking of my own.

[PATCHES] logging enhancements, minor code cleanup

2003-08-09 Thread Andrew Dunstan
The attached patch does 3 things: . logs connection ends if log_connections = true . provides a new option "log_line_format" which allows addition of extra information on a log line before the keyword. Currently supported are user name and database name, but it is easily extensible. The string i

Re: [PATCHES] [HACKERS] IS OF

2003-08-09 Thread Joe Conway
Tom Lane wrote: In fact you could argue that our current behavior is *more* useful than what the spec says for polymorphics. You would not want the special case for NULLs, in most cases, I'd think. NULLs have perfectly well defined datatype. That's actually exactly what I was thinking. However,

Re: [PATCHES] psql \d should use pg_get_viewdef (oid, true)

2003-08-09 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Christopher Kings-Lynne wrote: > OK, > >

[PATCHES] misc doc fixes

2003-08-09 Thread Neil Conway
This patch makes two minor fixes to the docs: (1) fixes a spelling mistake in the PREPARE ref page (2) Makes some English more consistent, in the ref pages for some of the client apps (3) Adds a link to the libpq docs in the vacuumdb ref page. -Neil Index: doc/src/sgml/ref/clusterdb.sgml

[PATCHES] UPDATED UnixWare Threads Patch.

2003-08-09 Thread Larry Rosenman
Here is the updated UnixWare threads patch. I need some help to set the HAVE_POSIX_GETPWUID_R define from configure, but this will suffice for now. This also includes my recommendation for the Compiler Bug issue. Please Apply, and if one of the configure guru's can help here, I'd be most appre