]> granicus.if.org Git - postgresql/commitdiff
Fix some index entries.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Jun 2003 16:17:01 +0000 (16:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 22 Jun 2003 16:17:01 +0000 (16:17 +0000)
doc/src/sgml/pltcl.sgml
doc/src/sgml/sources.sgml

index f3b85952dbffad468cfc31c0cdb4dabc19c96291..d93f7f6517f3f928dc42e7468b43e1cd70213068 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.23 2003/04/07 01:29:25 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.24 2003/06/22 16:17:00 tgl Exp $
 -->
 
  <chapter id="pltcl">
@@ -437,6 +437,7 @@ SELECT 'doesn''t' AS ret
      <varlistentry>
       <indexterm>
        <primary>elog</primary>
+       <secondary>PL/Tcl</secondary>
       </indexterm>
       <term><function>elog</> <replaceable>level</replaceable> <replaceable>msg</replaceable></term>
       <listitem>
index 96d5171945b3e4ba9f379aed79f944047f07d409..7ebcd24e7776ea7a7f617d129c9e0296d1389647 100644 (file)
@@ -1,9 +1,9 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/sources.sgml,v 2.7 2003/05/19 21:38:24 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/sources.sgml,v 2.8 2003/06/22 16:17:01 tgl Exp $
 -->
 
  <chapter id="source">
-  <title>PostgreSQL Source Code</title>
+  <title>PostgreSQL Coding Conventions</title>
 
   <sect1 id="source-format">
    <title>Formatting</title>
@@ -77,6 +77,13 @@ less -x4
   <sect1 id="error-message-reporting">
    <title>Reporting Errors Within the Server</title>
 
+   <indexterm>
+    <primary>ereport</primary>
+   </indexterm>
+   <indexterm>
+    <primary>elog</primary>
+   </indexterm>
+
    <para>
     Error, warning, and log messages generated within the server code
     should be created using <function>ereport</>, or its older cousin