public inbox for [email protected]  
help / color / mirror / Atom feed
fixed doc bug in sepgsql.sgml
2+ messages / 2 participants
[nested] [flat]

* fixed doc bug in sepgsql.sgml
@ 2011-04-02 07:24  Susanne Ebrecht <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Susanne Ebrecht @ 2011-04-02 07:24 UTC (permalink / raw)
  To: [email protected]; +Cc: pgsql-docs

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>
 


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: fixed doc bug in sepgsql.sgml
@ 2011-04-02 14:09  Heikki Linnakangas <[email protected]>
  parent: Susanne Ebrecht <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Heikki Linnakangas @ 2011-04-02 14:09 UTC (permalink / raw)
  To: Susanne Ebrecht <[email protected]>; +Cc: [email protected]; pgsql-docs

On 02.04.2011 10:24, Susanne Ebrecht wrote:
> 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.

Committed, and I also fixed one case of that in pg_basebackup docs.

-- 
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2011-04-02 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-04-02 07:24 fixed doc bug in sepgsql.sgml Susanne Ebrecht <[email protected]>
2011-04-02 14:09 ` Heikki Linnakangas <[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