doc: fix := description typo.

This commit is contained in:
Bruce Momjian 2014-01-16 19:28:50 -05:00
parent 7e1955b861
commit 93c4bbc999

View File

@ -1428,7 +1428,7 @@ GET <optional> CURRENT </optional> DIAGNOSTICS <replaceable>variable</replaceabl
<acronym>SQL</acronym> command. Note that <varname>RESULT_OID</>
is only useful after an <command>INSERT</command> command into a
table containing OIDs.
Equals (<literal>:=</>) can be used instead of SQL-standard
Colon-equal (<literal>:=</>) can be used instead of SQL-standard
<literal>=</> for <command>GET DIAGNOSTICS</>.
</para>