Update for sh.

This commit is contained in:
Bruce Momjian 2000-07-21 14:51:00 +00:00
parent c3e18804ff
commit c62e961da1

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.10 2000/07/21 00:24:37 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.11 2000/07/21 14:51:00 momjian Exp $
Postgres documentation Postgres documentation
--> -->
@ -471,7 +471,7 @@ $ psql -p 1234
or set the environment variable <envar>PGPORT</envar>: or set the environment variable <envar>PGPORT</envar>:
<programlisting> <programlisting>
$ setenv PGPORT 1234 $ export PGPORT 1234
$ psql $ psql
</programlisting> </programlisting>
</para> </para>