public inbox for [email protected]
help / color / mirror / Atom feedXML2 contrib does not refer to 8.0
5+ messages / 4 participants
[nested] [flat]
* XML2 contrib does not refer to 8.0
@ 2005-01-18 22:44 Simon Riggs <[email protected]>
2005-01-19 01:18 ` Re: XML2 contrib does not refer to 8.0 Robert Treat <[email protected]>
2005-01-22 22:14 ` Re: XML2 contrib does not refer to 8.0 Bruce Momjian <[email protected]>
0 siblings, 2 replies; 5+ messages in thread
From: Simon Riggs @ 2005-01-18 22:44 UTC (permalink / raw)
To: pgsql-docs; +Cc: [email protected]
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
Attachments:
[text/x-patch] xmldoc.patch (920B, 2-xmldoc.patch)
download | inline diff:
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).
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: XML2 contrib does not refer to 8.0
2005-01-18 22:44 XML2 contrib does not refer to 8.0 Simon Riggs <[email protected]>
@ 2005-01-19 01:18 ` Robert Treat <[email protected]>
2005-01-22 00:59 ` Re: XML2 contrib does not refer to 8.0 John Gray <[email protected]>
1 sibling, 1 reply; 5+ messages in thread
From: Robert Treat @ 2005-01-19 01:18 UTC (permalink / raw)
To: Simon Riggs <[email protected]>; +Cc: pgsql-docs; [email protected]
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
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: XML2 contrib does not refer to 8.0
2005-01-18 22:44 XML2 contrib does not refer to 8.0 Simon Riggs <[email protected]>
2005-01-19 01:18 ` Re: XML2 contrib does not refer to 8.0 Robert Treat <[email protected]>
@ 2005-01-22 00:59 ` John Gray <[email protected]>
2005-01-22 21:21 ` Re: XML2 contrib does not refer to 8.0 Bruce Momjian <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: John Gray @ 2005-01-22 00:59 UTC (permalink / raw)
To: Robert Treat <[email protected]>; +Cc: Simon Riggs <[email protected]>; pgsql-docs
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
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: XML2 contrib does not refer to 8.0
2005-01-18 22:44 XML2 contrib does not refer to 8.0 Simon Riggs <[email protected]>
2005-01-19 01:18 ` Re: XML2 contrib does not refer to 8.0 Robert Treat <[email protected]>
2005-01-22 00:59 ` Re: XML2 contrib does not refer to 8.0 John Gray <[email protected]>
@ 2005-01-22 21:21 ` Bruce Momjian <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Momjian @ 2005-01-22 21:21 UTC (permalink / raw)
To: John Gray <[email protected]>; +Cc: Robert Treat <[email protected]>; Simon Riggs <[email protected]>; pgsql-docs
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
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: XML2 contrib does not refer to 8.0
2005-01-18 22:44 XML2 contrib does not refer to 8.0 Simon Riggs <[email protected]>
@ 2005-01-22 22:14 ` Bruce Momjian <[email protected]>
1 sibling, 0 replies; 5+ messages in thread
From: Bruce Momjian @ 2005-01-22 22:14 UTC (permalink / raw)
To: Simon Riggs <[email protected]>; +Cc: pgsql-docs; [email protected]
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 [email protected])
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2005-01-22 22:14 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2005-01-18 22:44 XML2 contrib does not refer to 8.0 Simon Riggs <[email protected]>
2005-01-19 01:18 ` Robert Treat <[email protected]>
2005-01-22 00:59 ` John Gray <[email protected]>
2005-01-22 21:21 ` Bruce Momjian <[email protected]>
2005-01-22 22:14 ` Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox