Skip to content

Commit e86c31c

Browse files
committed
Update RAISE mention in manual to take string/variable not format/identifier.
1 parent ef06003 commit e86c31c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/plsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.25 2001/03/23 22:07:50 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.26 2001/05/08 00:09:22 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1306,7 +1306,7 @@ END LOOP;
13061306
<productname>Postgres</productname> elog mechanism.
13071307

13081308
<synopsis>
1309-
RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="parameter">format</replaceable>' <optional>, <replaceable class="parameter">identifier</replaceable> <optional>...</optional></optional>;
1309+
RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="parameter">string</replaceable>' <optional>, <replaceable class="parameter">variable</replaceable> <optional>...</optional></optional>;
13101310
</synopsis>
13111311

13121312
Inside the format, <literal>%</literal> is used as a placeholder for the

0 commit comments

Comments
 (0)