Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 996CE1337B47; Sat, 2 Apr 2011 04:24:52 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 86489-06; Sat, 2 Apr 2011 07:24:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from outmail148154.authsmtp.co.uk (outmail148154.authsmtp.co.uk [62.13.148.154]) by mail.postgresql.org (Postfix) with ESMTP id 54B3A1337B3E; Sat, 2 Apr 2011 04:24:33 -0300 (ADT) Received: from mail-c193.authsmtp.com (mail-c193.authsmtp.com [62.13.128.118]) by punt6.authsmtp.com (8.14.2/8.14.2/Kp) with ESMTP id p327OX3j065999; Sat, 2 Apr 2011 08:24:33 +0100 (BST) Received: from [192.168.23.4] (212.100.42.202.fixip.bitel.net [212.100.42.202]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2) with ESMTP id p327OTvL051121; Sat, 2 Apr 2011 08:24:29 +0100 (BST) Message-ID: <4D96CF2C.6030303@2ndQuadrant.com> Date: Sat, 02 Apr 2011 09:24:28 +0200 From: Susanne Ebrecht User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: pgsql-hackers@postgresql.org CC: pgsql-docs@postgreSQL.org Subject: fixed doc bug in sepgsql.sgml Content-Type: multipart/mixed; boundary="------------020300010808010003050906" X-Server-Quench: 3f905fad-5cfa-11e0-97bb-002264978518 X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCdxZQATClZOUR8T DCUJJHVGRTw4LxFW CBkfawBdJUwMSABN M15eIxoJcUtEHxZw QyQUWVRVUU1xUWl3 bwBTZEtfY0hQXgVq TkxLXFBSFhpqBAMB SF4dUB4NE0M6eHtx ZERjEHNaVEw0dhB0 QksCRDkbYDQ2OX0e URVYagpTIlFXfh9H aFZ7XXQFZGQPKCw5 DwI/dzw2Nn1VNSsd QwdFNl8KTl0SGngn SBUGdf9/ X-Authentic-SMTP: 61633235383639.1014:706 X-AuthFastPath: 0 (Was 255) X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.9 tagged_above=-5 required=5 tests=BAYES_00=-1.9 X-Spam-Level: X-Archive-Number: 201104/3 X-Sequence-Number: 6574 This is a multi-part message in MIME format. --------------020300010808010003050906 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, by accident we recognised that the author of sepgsql.sgml used < and > instead of < and > I just fixed it and here is the patch. Susanne -- Susanne Ebrecht - 2ndQuadrant PostgreSQL Development, 24x7 Support, Training and Services www.2ndQuadrant.com --------------020300010808010003050906 Content-Type: text/x-patch; name="doc_sepgsql.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="doc_sepgsql.patch" diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 21b46de..589fe79 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -105,7 +105,7 @@ $ initdb $ vi $PGDATA/postgresql.conf $ for DBNAME in template0 template1 postgres; do postgres --single -F -O -c exit_on_error=true $DBNAME \ - < /usr/local/pgsql/share/contrib/sepgsql.sql > /dev/null + < /usr/local/pgsql/share/contrib/sepgsql.sql > /dev/null done --------------020300010808010003050906--