createlang fix

This commit is contained in:
Bruce Momjian 2000-06-01 23:40:31 +00:00
parent 0672a3c081
commit 37b5775d3c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.6 2000/05/15 16:12:38 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.7 2000/06/01 23:40:31 momjian Exp $
Postgres documentation Postgres documentation
--> -->
@ -176,7 +176,7 @@ createlang [ <replaceable class="parameter">connection options</replaceable> ] -
<para> <para>
To install <literal>pltcl</literal>: To install <literal>pltcl</literal>:
<programlisting> <programlisting>
$ createlang pltcl $ createlang pltcl dbname
</programlisting> </programlisting>
</para> </para>
</refsect1> </refsect1>