mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Minor documentation update for RAISE expression patch.
This commit is contained in:
parent
d961a56899
commit
577247b023
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.72 2005/06/14 06:43:14 neilc Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.73 2005/06/19 23:39:05 neilc Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="plpgsql">
|
<chapter id="plpgsql">
|
||||||
@ -2512,7 +2512,7 @@ COMMIT;
|
|||||||
raise errors.
|
raise errors.
|
||||||
|
|
||||||
<synopsis>
|
<synopsis>
|
||||||
RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="parameter">format</replaceable>' <optional>, <replaceable class="parameter">variable</replaceable> <optional>, ...</optional></optional>;
|
RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="parameter">format</replaceable>' <optional>, <replaceable class="parameter">expression</replaceable> <optional>, ...</optional></optional>;
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
|
||||||
Possible levels are <literal>DEBUG</literal>,
|
Possible levels are <literal>DEBUG</literal>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user