Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0dda75f

Browse files
committed
Fix some index entries.
1 parenta171edf commit0dda75f

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

‎doc/src/sgml/pltcl.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.23 2003/04/07 01:29:25 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.24 2003/06/22 16:17:00 tgl Exp $
33
-->
44

55
<chapter id="pltcl">
@@ -437,6 +437,7 @@ SELECT 'doesn''t' AS ret
437437
<varlistentry>
438438
<indexterm>
439439
<primary>elog</primary>
440+
<secondary>PL/Tcl</secondary>
440441
</indexterm>
441442
<term><function>elog</> <replaceable>level</replaceable> <replaceable>msg</replaceable></term>
442443
<listitem>

‎doc/src/sgml/sources.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/sources.sgml,v 2.7 2003/05/19 21:38:24 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/sources.sgml,v 2.8 2003/06/22 16:17:01 tgl Exp $
33
-->
44

55
<chapter id="source">
6-
<title>PostgreSQLSource Code</title>
6+
<title>PostgreSQLCoding Conventions</title>
77

88
<sect1 id="source-format">
99
<title>Formatting</title>
@@ -77,6 +77,13 @@ less -x4
7777
<sect1 id="error-message-reporting">
7878
<title>Reporting Errors Within the Server</title>
7979

80+
<indexterm>
81+
<primary>ereport</primary>
82+
</indexterm>
83+
<indexterm>
84+
<primary>elog</primary>
85+
</indexterm>
86+
8087
<para>
8188
Error, warning, and log messages generated within the server code
8289
should be created using <function>ereport</>, or its older cousin

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp