X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id DD80C3A2BCC for ; Tue, 18 Jan 2005 22:49:54 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 82469-01 for ; Tue, 18 Jan 2005 22:49:50 +0000 (GMT) Received: from cmailm1.svr.pol.co.uk (cmailm1.svr.pol.co.uk [195.92.193.18]) by svr1.postgresql.org (Postfix) with ESMTP id 15CF53A2BAE for ; Tue, 18 Jan 2005 22:49:51 +0000 (GMT) Received: from modem-1941.orangutan.dialup.pol.co.uk ([217.135.231.149] helo=192.168.0.102) by cmailm1.svr.pol.co.uk with esmtp (Exim 4.41) id 1Cr2AY-0001sv-7S; Tue, 18 Jan 2005 22:49:50 +0000 Subject: XML2 contrib does not refer to 8.0 From: Simon Riggs To: pgsql-docs@postgresql.org Cc: jgray@azuli.co.uk Content-Type: multipart/mixed; boundary="=-3DAWDq3GzxG3WovQON9n" Organization: 2nd Quadrant Date: Tue, 18 Jan 2005 22:44:43 +0000 Message-Id: <1106088283.14384.300.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-3) X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.039 tagged_above=0 required=5 tests=AWL, FORGED_RCVD_HELO X-Spam-Level: X-Archive-Number: 200501/24 X-Sequence-Number: 2783 --=-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--