Skip to content
Snippets Groups Projects
Commit 5f94c032 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix typo

parent 751d8ea1
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.2 2000/10/08 13:22:24 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.3 2000/10/12 22:13:21 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -287,7 +287,7 @@ $ pg_ctl -w start ...@@ -287,7 +287,7 @@ $ pg_ctl -w start
try: try:
<programlisting> <programlisting>
$ pg_ctl -p /usr/local/pgsq/bin/postmaster start $ pg_ctl -p /usr/local/pgsql/bin/postmaster start
</programlisting> </programlisting>
</para> </para>
......
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.38 2000/10/05 19:48:18 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.39 2000/10/12 22:16:58 momjian Exp $
Postgres documentation Postgres documentation
--> -->
...@@ -1965,7 +1965,7 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp ...@@ -1965,7 +1965,7 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><literal>%M</literal></term> <term><literal>%M</literal></term>
<listitem><para>The full hostname (with domainname) of the database server (or <listitem><para>The full hostname (with domain name) of the database server (or
<quote>localhost</quote> if hostname information is not available).</para></listitem> <quote>localhost</quote> if hostname information is not available).</para></listitem>
</varlistentry> </varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment