public inbox for [email protected]  
help / color / mirror / Atom feed
From: Susanne Ebrecht <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: fixed doc bug in sepgsql.sgml
Date: Sat, 02 Apr 2011 09:24:28 +0200
Message-ID: <[email protected]> (raw)

Hello,

by accident we recognised that the author of sepgsql.sgml
used < and > instead of &lt; and &gt;

I just fixed it and here is the patch.

Susanne

-- 
Susanne Ebrecht - 2ndQuadrant
PostgreSQL Development, 24x7 Support, Training and Services
www.2ndQuadrant.com



Attachments:

  [text/x-patch] doc_sepgsql.patch (484B, 2-doc_sepgsql.patch)
  download | inline diff:
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
+      &lt; /usr/local/pgsql/share/contrib/sepgsql.sql &gt; /dev/null
   done
 </screen>
 


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: fixed doc bug in sepgsql.sgml
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox