Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Bruce Momjian
Nikolay Samokhvalov wrote: The current (CVS version) configure script has the following options (among many others): --enable-dtrace build with DTrace support --with-ossp-uuidbuild with OSSP UUID library for UUID generation --with-libxml build with XML

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 4 Nov 2007 13:11:00 -0500 (EST) Bruce Momjian [EMAIL PROTECTED] wrote: Nikolay Samokhvalov wrote: The current (CVS version) configure script has the following options (among many others): --enable-dtrace build with DTrace

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Tom Lane
Joshua D. Drake [EMAIL PROTECTED] writes: Shouldn't --with-libxml be noted as deprecated? Huh? regards, tom lane ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Tom Lane
Bruce Momjian [EMAIL PROTECTED] writes: I have modified the configure message to be: --with-libxslt build /contrib/xml2 with XSLT support This turns the message from something merely a tad unclear into an outright lie. --with-libxslt does not cause contrib/xml2 (or any other

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Bruce Momjian
Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: I have modified the configure message to be: --with-libxslt build /contrib/xml2 with XSLT support This turns the message from something merely a tad unclear into an outright lie. --with-libxslt does not cause

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 04 Nov 2007 13:24:54 -0500 Tom Lane [EMAIL PROTECTED] wrote: Joshua D. Drake [EMAIL PROTECTED] writes: Shouldn't --with-libxml be noted as deprecated? Huh? Because in 8.3 it is in core or am I misunderstanding the difference? Joshua

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Stefan Kaltenbrunner
Joshua D. Drake wrote: On Sun, 04 Nov 2007 13:24:54 -0500 Tom Lane [EMAIL PROTECTED] wrote: Joshua D. Drake [EMAIL PROTECTED] writes: Shouldn't --with-libxml be noted as deprecated? Huh? Because in 8.3 it is in core or am I misunderstanding the difference? you missunderstand - the XML

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Bruce Momjian
Joshua D. Drake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 04 Nov 2007 13:24:54 -0500 Tom Lane [EMAIL PROTECTED] wrote: Joshua D. Drake [EMAIL PROTECTED] writes: Shouldn't --with-libxml be noted as deprecated? Huh? Because in 8.3 it is in core or am I

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Bruce Momjian
Stefan Kaltenbrunner wrote: Joshua D. Drake wrote: On Sun, 04 Nov 2007 13:24:54 -0500 Tom Lane [EMAIL PROTECTED] wrote: Joshua D. Drake [EMAIL PROTECTED] writes: Shouldn't --with-libxml be noted as deprecated? Huh? Because in 8.3 it is in core or am I misunderstanding the

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 4 Nov 2007 14:17:48 -0500 (EST) Bruce Momjian [EMAIL PROTECTED] wrote: The functionality is in 8.3 and we areC keeping the /contrib/xml2 API around for those who need it. The release notes have: * contrib/xml2 is deprecated and

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 4 Nov 2007 14:18:23 -0500 (EST) Bruce Momjian [EMAIL PROTECTED] wrote: Stefan Kaltenbrunner wrote: Joshua D. Drake wrote: On Sun, 04 Nov 2007 13:24:54 -0500 Tom Lane [EMAIL PROTECTED] wrote: Joshua D. Drake [EMAIL PROTECTED]

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Andrew Dunstan
Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: I have modified the configure message to be: --with-libxslt build /contrib/xml2 with XSLT support This turns the message from something merely a tad unclear into an outright lie. --with-libxslt does not cause

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Bruce Momjian
Andrew Dunstan wrote: Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: I have modified the configure message to be: --with-libxslt build /contrib/xml2 with XSLT support This turns the message from something merely a tad unclear into an outright lie.

Re: [PATCHES] [HACKERS] Unclarity of configure options

2007-11-04 Thread Andrew Dunstan
Bruce Momjian wrote: Andrew Dunstan wrote: Tom Lane wrote: Bruce Momjian [EMAIL PROTECTED] writes: I have modified the configure message to be: --with-libxslt build /contrib/xml2 with XSLT support This turns the message from something merely

Re: [PATCHES] ALTER TYPE RENAME

2007-11-04 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Petr Jelinek wrote: Hi, I noticed we don't have ALTER TYPE foo RENAME TO bar command which would be handy for me

Re: [PATCHES] [HACKERS] Text - C string

2007-11-04 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Brendan Jurd wrote: As discussed on -hackers, I'm trying to get rid of some redundant code by creating a widely

Re: [PATCHES] [HACKERS] quote_literal with NULL

2007-11-04 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Brendan Jurd wrote: Hi patchers, Per discussion on -hackers, I've implemented a new internal function

Re: [PATCHES] Avoid needless copy in nodeMaterial

2007-11-04 Thread Bruce Momjian
This has been saved for the 8.4 release: http://momjian.postgresql.org/cgi-bin/pgpatches_hold --- Neil Conway wrote: Attached is a patch that avoids a needless copy of the result tuple in nodeMaterial, in the

[PATCHES] Consistent \d commands in psql

2007-11-04 Thread Greg Sabino Mullane
Attached is an updated version of my psql patch that makes the \d backslash commands perform in an intuitive, consistent way. Specifically, the following objects will be treated as first class citizens (as tables and indexes currently are) by showing all the non-system objects by default and