Cleanup plpgsql man page typo

This commit is contained in:
Bruce Momjian 2000-05-16 19:29:43 +00:00
parent 21517e5960
commit 5128d145a8

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.5 2000/05/09 18:27:25 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.6 2000/05/16 19:29:43 momjian Exp $
--> -->
<chapter> <chapter>
@ -157,7 +157,7 @@ END;
<varlistentry> <varlistentry>
<term> <term>
<replaceable>name</replaceable> [ CONSTANT ] <replaceable>name</replaceable> [ CONSTANT ]
<replaceable>>typ</replaceable>> [ NOT NULL ] [ DEFAULT | := <replaceable>type</replaceable>> [ NOT NULL ] [ DEFAULT | :=
<replaceable>value</replaceable> ]; <replaceable>value</replaceable> ];
</term> </term>
<listitem> <listitem>