From: Bruce Momjian Date: Fri, 17 Jan 2014 00:28:50 +0000 (-0500) Subject: doc: fix := description typo. X-Git-Tag: XL9_5_R1BETA1~313^2~1^2~786 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=93c4bbc9998e7f326a9733fc187a7f2b97ef7b95;p=postgres-xl.git doc: fix := description typo. --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 48880ce625..c100c0e323 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1428,7 +1428,7 @@ GET CURRENT DIAGNOSTICS variableSQL command. Note that RESULT_OID is only useful after an INSERT command into a table containing OIDs. - Equals (:=) can be used instead of SQL-standard + Colon-equal (:=) can be used instead of SQL-standard = for GET DIAGNOSTICS.