From: Tom Lane Date: Sun, 22 Jun 2003 16:17:01 +0000 (+0000) Subject: Fix some index entries. X-Git-Tag: REL7_4_BETA1~371 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dda75f6eb4bb9d65a7c2ad729fbf21d616c1bb1;p=thirdparty%2Fpostgresql.git Fix some index entries. --- diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index f3b85952dbf..d93f7f6517f 100644 --- 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 96d5171945b..7ebcd24e777 100644 --- 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