mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 01:11:05 -05:00
doc: fix := description typo.
This commit is contained in:
parent
7e1955b861
commit
93c4bbc999
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue