projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d961a56
)
Minor documentation update for RAISE expression patch.
author
Neil Conway
Sun, 19 Jun 2005 23:39:05 +0000
(23:39 +0000)
committer
Neil Conway
Sun, 19 Jun 2005 23:39:05 +0000
(23:39 +0000)
doc/src/sgml/plpgsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpgsql.sgml
b/doc/src/sgml/plpgsql.sgml
index 13897275278748b1dfc0d1ea3a498dc83df33196..b202bba7b44d514c2aa8a10a2ad76e79eb0789c7 100644
(file)
--- a/
doc/src/sgml/plpgsql.sgml
+++ b/
doc/src/sgml/plpgsql.sgml
@@
-1,5
+1,5
@@
@@
-2512,7
+2512,7
@@
COMMIT;
raise errors.
-RAISE
level
'
format
'
,
variable
, ...
;
+RAISE
level
'
format
'
,
expression
, ...
;
Possible levels are
DEBUG
,