mirror of
https://github.com/postgres/postgres.git
synced 2026-03-27 04:44:15 -04:00
Update RAISE mention in manual to take string/variable not format/identifier.
This commit is contained in:
parent
ef06003b06
commit
e86c31c74f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.25 2001/03/23 22:07:50 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.26 2001/05/08 00:09:22 momjian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="plpgsql">
|
||||
|
|
@ -1306,7 +1306,7 @@ END LOOP;
|
|||
<productname>Postgres</productname> elog mechanism.
|
||||
|
||||
<synopsis>
|
||||
RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="parameter">format</replaceable>' <optional>, <replaceable class="parameter">identifier</replaceable> <optional>...</optional></optional>;
|
||||
RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="parameter">string</replaceable>' <optional>, <replaceable class="parameter">variable</replaceable> <optional>...</optional></optional>;
|
||||
</synopsis>
|
||||
|
||||
Inside the format, <literal>%</literal> is used as a placeholder for the
|
||||
|
|
|
|||
Loading…
Reference in a new issue