 | | From: | Simon Riggs | | Subject: | XML2 contrib does not refer to 8.0 | | Date: | Tue, 18 Jan 2005 22:44:43 +0000 |
|
|
 | --=-3DAWDq3GzxG3WovQON9n Content-Type: text/plain Content-Transfer-Encoding: 7bit
In pgsql/contrib/xml2/README.xml2 I see:
"The current build process will only work if the files are in contrib/xml in a PostgreSQL 7.3 or 7.4 source tree which has been configured and built (If you alter the subdir value in the Makefile you can place it in a different directory in a PostgreSQL tree)."
Surely this should refer to 8.0 also?
-- Best Regards, Simon Riggs
--=-3DAWDq3GzxG3WovQON9n Content-Disposition: attachment; filename=xmldoc.patch Content-Type: text/x-patch; name=xmldoc.patch; charset=UTF-8 Content-Transfer-Encoding: 7bit
Index: README.xml2 =================================================================== RCS file: /projects/cvsroot/pgsql/contrib/xml2/README.xml2,v retrieving revision 1.1 diff -d -c -r1.1 README.xml2 *** README.xml2 14 Mar 2004 03:19:13 -0000 1.1 --- README.xml2 18 Jan 2005 22:41:17 -0000 *************** *** 14,20 **** ------------ The current build process will only work if the files are in ! contrib/xml in a PostgreSQL 7.3 or 7.4 source tree which has been configured and built (If you alter the subdir value in the Makefile you can place it in a different directory in a PostgreSQL tree). --- 14,20 ---- ------------ The current build process will only work if the files are in ! contrib/xml in a PostgreSQL 7.3, 7.4 or 8.0 source tree which has been configured and built (If you alter the subdir value in the Makefile you can place it in a different directory in a PostgreSQL tree).
--=-3DAWDq3GzxG3WovQON9n Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
--=-3DAWDq3GzxG3WovQON9n--
|
|
 | | From: | John Gray | | Subject: | Re: XML2 contrib does not refer to 8.0 | | Date: | Sat, 22 Jan 2005 00:59:57 +0000 |
|
|
 | On Tue, 2005-01-18 at 20:18 -0500, Robert Treat wrote: > On Tuesday 18 January 2005 17:44, Simon Riggs wrote: > > In pgsql/contrib/xml2/README.xml2 I see: > > > > "The current build process will only work if the files are in > > contrib/xml in a PostgreSQL 7.3 or 7.4 source tree which has been > > configured and built (If you alter the subdir value in the Makefile > > you can place it in a different directory in a PostgreSQL tree)." > > > > Surely this should refer to 8.0 also? > > Depends on if it actually works in 8.0 I'd imagine. >
It does work in 8.0 (it had a last-minute fix for a segfault) - and moreover the other mistake is that it is now in contrib/xml2 not contrib/xml. If a committer would like to amend it, please do - or I can submit a patch.
Regards
John
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
|
|
 | | From: | Bruce Momjian | | Subject: | Re: XML2 contrib does not refer to 8.0 | | Date: | Sat, 22 Jan 2005 16:21:39 -0500 (EST) |
|
|
 | I have fixed the README in 8.0.X and CVS HEAD.
---------------------------------------------------------------------------
John Gray wrote: > On Tue, 2005-01-18 at 20:18 -0500, Robert Treat wrote: > > On Tuesday 18 January 2005 17:44, Simon Riggs wrote: > > > In pgsql/contrib/xml2/README.xml2 I see: > > > > > > "The current build process will only work if the files are in > > > contrib/xml in a PostgreSQL 7.3 or 7.4 source tree which has been > > > configured and built (If you alter the subdir value in the Makefile > > > you can place it in a different directory in a PostgreSQL tree)." > > > > > > Surely this should refer to 8.0 also? > > > > Depends on if it actually works in 8.0 I'd imagine. > > > > It does work in 8.0 (it had a last-minute fix for a segfault) - and > moreover the other mistake is that it is now in contrib/xml2 not > contrib/xml. If a committer would like to amend it, please do - or I can > submit a patch. > > Regards > > John > > > > ---------------------------(end of broadcast)--------------------------- > TIP 9: the planner will ignore your desire to choose an index scan if your > joining column's datatypes do not match >
-- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly
|
|
 | | From: | Robert Treat | | Subject: | Re: XML2 contrib does not refer to 8.0 | | Date: | Tue, 18 Jan 2005 20:18:45 -0500 |
|
|
 | On Tuesday 18 January 2005 17:44, Simon Riggs wrote: > In pgsql/contrib/xml2/README.xml2 I see: > > "The current build process will only work if the files are in > contrib/xml in a PostgreSQL 7.3 or 7.4 source tree which has been > configured and built (If you alter the subdir value in the Makefile > you can place it in a different directory in a PostgreSQL tree)." > > Surely this should refer to 8.0 also?
Depends on if it actually works in 8.0 I'd imagine.
-- Robert Treat Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
|
|
 | | From: | Bruce Momjian | | Subject: | Re: XML2 contrib does not refer to 8.0 | | Date: | Sat, 22 Jan 2005 17:14:23 -0500 (EST) |
|
|
 | I have updated CVS HEAD and 8.0.X to reflect the versions supported by xml2. Thanks.
---------------------------------------------------------------------------
Simon Riggs wrote: > In pgsql/contrib/xml2/README.xml2 I see: > > "The current build process will only work if the files are in > contrib/xml in a PostgreSQL 7.3 or 7.4 source tree which has been > configured and built (If you alter the subdir value in the Makefile > you can place it in a different directory in a PostgreSQL tree)." > > Surely this should refer to 8.0 also? > > -- > Best Regards, Simon Riggs
[ Attachment, skipping... ]
> > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
-- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings
|
|