]> granicus.if.org Git - postgresql/commitdiff
doc: fix := description typo.
authorBruce Momjian <bruce@momjian.us>
Fri, 17 Jan 2014 00:28:50 +0000 (19:28 -0500)
committerBruce Momjian <bruce@momjian.us>
Fri, 17 Jan 2014 00:28:50 +0000 (19:28 -0500)
doc/src/sgml/plpgsql.sgml

index 48880ce625a446c92dec3ceac3f85e004b4c29b4..c100c0e323d0decfece13652920fc30d23cf3705 100644 (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>