diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-01-16 19:28:50 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-01-16 19:28:50 -0500 |
commit | 93c4bbc9998e7f326a9733fc187a7f2b97ef7b95 (patch) | |
tree | fa648d3152ea40548168604e181795edf1bfe6ce /doc/src | |
parent | 7e1955b861a1be9ef2dfd6acdd50d0c6b5a75794 (diff) | |
download | postgresql-93c4bbc9998e7f326a9733fc187a7f2b97ef7b95.tar.gz postgresql-93c4bbc9998e7f326a9733fc187a7f2b97ef7b95.zip |
doc: fix := description typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpgsql.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 48880ce625a..c100c0e323d 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -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> |