From: Bruce Momjian Date: Fri, 17 Jan 2014 00:28:50 +0000 (-0500) Subject: doc: fix := description typo. X-Git-Tag: REL9_4_BETA1~672 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93c4bbc9998e7f326a9733fc187a7f2b97ef7b95;p=thirdparty%2Fpostgresql.git doc: fix := description typo. --- 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 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.