Skip to content

Commit 3c0d21a

Browse files
committed
Update reference pages for new INFO, NOTICE, WARNING elog() levels.
1 parent 92b1ab7 commit 3c0d21a

File tree

14 files changed

+44
-44
lines changed

14 files changed

+44
-44
lines changed

doc/src/sgml/ref/abort.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/abort.sgml,v 1.9 2001/12/08 03:24:33 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/abort.sgml,v 1.10 2002/03/06 06:48:02 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -62,7 +62,7 @@ ROLLBACK
6262
</varlistentry>
6363
<varlistentry>
6464
<term><computeroutput>
65-
NOTICE: ROLLBACK: no transaction in progress
65+
WARNING: ROLLBACK: no transaction in progress
6666
</computeroutput></term>
6767
<listitem>
6868
<para>

doc/src/sgml/ref/begin.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/begin.sgml,v 1.15 2001/12/08 03:24:34 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/begin.sgml,v 1.16 2002/03/06 06:48:03 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -72,7 +72,7 @@ BEGIN
7272
</varlistentry>
7373
<varlistentry>
7474
<term><computeroutput>
75-
NOTICE: BEGIN: already a transaction in progress
75+
WARNING: BEGIN: already a transaction in progress
7676
</computeroutput></term>
7777
<listitem>
7878
<para>

doc/src/sgml/ref/close.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/close.sgml,v 1.10 2002/01/20 22:19:56 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/close.sgml,v 1.11 2002/03/06 06:48:03 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -70,7 +70,7 @@ CLOSE
7070
</varlistentry>
7171
<varlistentry>
7272
<term><computeroutput>
73-
NOTICE PerformPortalClose: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
73+
WARNING: PerformPortalClose: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
7474
</computeroutput></term>
7575
<listitem>
7676
<para>

doc/src/sgml/ref/commit.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/commit.sgml,v 1.12 2001/12/08 03:24:34 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/commit.sgml,v 1.13 2002/03/06 06:48:03 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -72,7 +72,7 @@ COMMIT
7272
</varlistentry>
7373
<varlistentry>
7474
<term><computeroutput>
75-
NOTICE: COMMIT: no transaction in progress
75+
WARNING: COMMIT: no transaction in progress
7676
</computeroutput></term>
7777
<listitem>
7878
<para>

doc/src/sgml/ref/create_view.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.14 2001/12/08 03:24:35 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_view.sgml,v 1.15 2002/03/06 06:48:03 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -102,7 +102,7 @@ ERROR: Relation '<replaceable class="parameter">view</replaceable>' already exi
102102
</varlistentry>
103103
<varlistentry>
104104
<term><computeroutput>
105-
NOTICE: Attribute '<replaceable class="parameter">column</replaceable>' has an unknown type
105+
WARNING: Attribute '<replaceable class="parameter">column</replaceable>' has an unknown type
106106
</computeroutput></term>
107107
<listitem>
108108
<para>

doc/src/sgml/ref/declare.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.15 2001/12/08 03:24:35 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/declare.sgml,v 1.16 2002/03/06 06:48:04 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -153,7 +153,7 @@ SELECT
153153

154154
<varlistentry>
155155
<term><computeroutput>
156-
NOTICE: Closing pre-existing portal "<replaceable class="parameter">cursorname</replaceable>"
156+
WARNING: Closing pre-existing portal "<replaceable class="parameter">cursorname</replaceable>"
157157
</computeroutput></term>
158158
<listitem>
159159
<para>

doc/src/sgml/ref/drop_function.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.16 2001/12/08 03:24:36 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/drop_function.sgml,v 1.17 2002/03/06 06:48:04 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -77,7 +77,7 @@ DROP
7777
</varlistentry>
7878
<varlistentry>
7979
<term><computeroutput>
80-
NOTICE RemoveFunction: Function "<replaceable class="parameter">name</replaceable>" ("<replaceable class="parameter">types</replaceable>") does not exist
80+
WARNING: RemoveFunction: Function "<replaceable class="parameter">name</replaceable>" ("<replaceable class="parameter">types</replaceable>") does not exist
8181
</computeroutput></term>
8282
<listitem>
8383
<para>

doc/src/sgml/ref/end.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/end.sgml,v 1.6 2001/12/08 03:24:36 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/end.sgml,v 1.7 2002/03/06 06:48:04 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -72,7 +72,7 @@ COMMIT
7272
</varlistentry>
7373
<varlistentry>
7474
<term><computeroutput>
75-
NOTICE: COMMIT: no transaction in progress
75+
WARNING: COMMIT: no transaction in progress
7676
</computeroutput></term>
7777
<listitem>
7878
<para>

doc/src/sgml/ref/explain.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/explain.sgml,v 1.14 2001/12/08 03:24:36 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/explain.sgml,v 1.15 2002/03/06 06:48:04 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -77,7 +77,7 @@ EXPLAIN [ ANALYZE ] [ VERBOSE ] <replaceable class="PARAMETER">query</replaceabl
7777
<variablelist>
7878
<varlistentry>
7979
<term><computeroutput>
80-
NOTICE: QUERY PLAN:
80+
INFO: QUERY PLAN:
8181
<replaceable>plan</replaceable>
8282
</computeroutput></term>
8383
<listitem>
@@ -193,7 +193,7 @@ ROLLBACK;
193193
<programlisting>
194194
EXPLAIN SELECT * FROM foo;
195195
<computeroutput>
196-
NOTICE: QUERY PLAN:
196+
INFO: QUERY PLAN:
197197

198198
Seq Scan on foo (cost=0.00..2.28 rows=128 width=4)
199199

@@ -210,7 +210,7 @@ EXPLAIN
210210
<programlisting>
211211
EXPLAIN SELECT * FROM foo WHERE i = 4;
212212
<computeroutput>
213-
NOTICE: QUERY PLAN:
213+
INFO: QUERY PLAN:
214214

215215
Index Scan using fi on foo (cost=0.00..0.42 rows=1 width=4)
216216

@@ -228,7 +228,7 @@ EXPLAIN
228228
<programlisting>
229229
EXPLAIN SELECT sum(i) FROM foo WHERE i = 4;
230230
<computeroutput>
231-
NOTICE: QUERY PLAN:
231+
INFO: QUERY PLAN:
232232

233233
Aggregate (cost=0.42..0.42 rows=1 width=4)
234234
-> Index Scan using fi on foo (cost=0.00..0.42 rows=1 width=4)

doc/src/sgml/ref/fetch.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.19 2002/02/21 22:42:04 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.20 2002/03/06 06:48:05 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -159,7 +159,7 @@ FETCH [ FORWARD | BACKWARD | RELATIVE ] [ <replaceable class="PARAMETER">#</repl
159159
<variablelist>
160160
<varlistentry>
161161
<term><computeroutput>
162-
NOTICE: PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
162+
WARNING: PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
163163
</computeroutput></term>
164164
<listitem>
165165
<para>
@@ -172,7 +172,7 @@ NOTICE: PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</repl
172172

173173
<varlistentry>
174174
<term><computeroutput>
175-
NOTICE: FETCH/ABSOLUTE not supported, using RELATIVE
175+
WARNING: FETCH/ABSOLUTE not supported, using RELATIVE
176176
</computeroutput></term>
177177
<listitem>
178178
<para>

0 commit comments

Comments
 (0)