projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1955b
)
doc: fix := description typo.
author
Bruce Momjian
<
[email protected]
>
Fri, 17 Jan 2014 00:28:50 +0000
(19:28 -0500)
committer
Bruce Momjian
<
[email protected]
>
Fri, 17 Jan 2014 00:28:50 +0000
(19:28 -0500)
doc/src/sgml/plpgsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpgsql.sgml
b/doc/src/sgml/plpgsql.sgml
index 48880ce625a446c92dec3ceac3f85e004b4c29b4..c100c0e323d0decfece13652920fc30d23cf3705 100644
(file)
--- 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>