From 93c4bbc9998e7f326a9733fc187a7f2b97ef7b95 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 16 Jan 2014 19:28:50 -0500 Subject: [PATCH] doc: fix := description typo. --- doc/src/sgml/plpgsql.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0