projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef06003
)
Update RAISE mention in manual to take string/variable not format/identifier.
author
Bruce Momjian
Tue, 8 May 2001 00:09:22 +0000
(
00:09
+0000)
committer
Bruce Momjian
Tue, 8 May 2001 00:09:22 +0000
(
00:09
+0000)
doc/src/sgml/plsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plsql.sgml
b/doc/src/sgml/plsql.sgml
index 87202b64450b8bd1da7c6b22b1a07585dd52592f..43016496f1f60db2d8ef0bc98d43d1e842647dbf 100644
(file)
--- a/
doc/src/sgml/plsql.sgml
+++ b/
doc/src/sgml/plsql.sgml
@@
-1,5
+1,5
@@
@@
-1306,7
+1306,7
@@
END LOOP;
Postgres
elog mechanism.
-RAISE
level
'
format
'
,
identifier
...
;
+RAISE
level
'
string
'
,
variable
...
;
Inside the format,
%
is used as a placeholder for the