aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-01-16 19:28:50 -0500
committerBruce Momjian <bruce@momjian.us>2014-01-16 19:28:50 -0500
commit93c4bbc9998e7f326a9733fc187a7f2b97ef7b95 (patch)
treefa648d3152ea40548168604e181795edf1bfe6ce /doc/src
parent7e1955b861a1be9ef2dfd6acdd50d0c6b5a75794 (diff)
downloadpostgresql-93c4bbc9998e7f326a9733fc187a7f2b97ef7b95.tar.gz
postgresql-93c4bbc9998e7f326a9733fc187a7f2b97ef7b95.zip
doc: fix := description typo.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/plpgsql.sgml2
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>