projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a171edf
)
Fix some index entries.
author
Tom Lane
Sun, 22 Jun 2003 16:17:01 +0000
(16:17 +0000)
committer
Tom Lane
Sun, 22 Jun 2003 16:17:01 +0000
(16:17 +0000)
doc/src/sgml/pltcl.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/sources.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/pltcl.sgml
b/doc/src/sgml/pltcl.sgml
index f3b85952dbffad468cfc31c0cdb4dabc19c96291..d93f7f6517f3f928dc42e7468b43e1cd70213068 100644
(file)
--- a/
doc/src/sgml/pltcl.sgml
+++ b/
doc/src/sgml/pltcl.sgml
@@
-1,5
+1,5
@@
@@
-437,6
+437,7
@@
SELECT 'doesn''t' AS ret
elog
+
PL/Tcl
elog>
level
msg
diff --git
a/doc/src/sgml/sources.sgml
b/doc/src/sgml/sources.sgml
index 96d5171945b3e4ba9f379aed79f944047f07d409..7ebcd24e7776ea7a7f617d129c9e0296d1389647 100644
(file)
--- a/
doc/src/sgml/sources.sgml
+++ b/
doc/src/sgml/sources.sgml
@@
-1,9
+1,9
@@
-
PostgreSQL
Source Code
+
PostgreSQL
Coding Conventions
Formatting
@@
-77,6
+77,13
@@
less -x4
Reporting Errors Within the Server
+
+
ereport
+
+
+
elog
+
+
Error, warning, and log messages generated within the server code
should be created using
ereport>, or its older cousin