|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="plpgsql">
|
@@ -1306,7 +1306,7 @@ END LOOP;
|
1306 | 1306 | <productname>Postgres</productname> elog mechanism.
|
1307 | 1307 |
|
1308 | 1308 | <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>; |
1310 | 1310 | </synopsis>
|
1311 | 1311 |
|
1312 | 1312 | Inside the format, <literal>%</literal> is used as a placeholder for the
|
|