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

Commit3c0d21a

Browse files
committed
Update reference pages for new INFO, NOTICE, WARNING elog() levels.
1 parent92b1ab7 commit3c0d21a

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>

‎doc/src/sgml/ref/listen.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/listen.sgml,v 1.11 2001/12/08 03:24:37 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/listen.sgml,v 1.12 2002/03/06 06:48:05 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -70,7 +70,7 @@ LISTEN
7070
</varlistentry>
7171
<varlistentry>
7272
<term><computeroutput>
73-
NOTICE Async_Listen: We are already listening on <replaceable class="PARAMETER">name</replaceable>
73+
WARNING: Async_Listen: We are already listening on <replaceable class="PARAMETER">name</replaceable>
7474
</computeroutput></term>
7575
<listitem>
7676
<para>

‎doc/src/sgml/ref/rollback.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/rollback.sgml,v 1.10 2001/12/08 03:24:39 thomas Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/rollback.sgml,v 1.11 2002/03/06 06:48:05 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -61,7 +61,7 @@ ABORT
6161

6262
<varlistentry>
6363
<term><computeroutput>
64-
NOTICE: ROLLBACK: no transaction in progress
64+
WARNING: ROLLBACK: no transaction in progress
6565
</computeroutput></term>
6666
<listitem>
6767
<para>

‎doc/src/sgml/ref/show.sgml

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

@@ -83,7 +83,7 @@ SHOW ALL
8383
</varlistentry>
8484

8585
<varlistentry>
86-
<term><computeroutput>NOTICE: Time zone is unknown</computeroutput></term>
86+
<term><computeroutput>WARNING: Time zone is unknown</computeroutput></term>
8787
<listitem>
8888
<para>
8989
If the <envar>TZ</envar> or <envar>PGTZ</envar> environment
@@ -102,15 +102,15 @@ SHOW ALL
102102

103103
<screen>
104104
SHOW DateStyle;
105-
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
105+
INFO: DateStyle is ISO with US (NonEuropean) conventions
106106
</screen>
107107
</para>
108108

109109
<para>
110110
Show the current genetic optimizer (<literal>geqo</literal>) setting:
111111
<screen>
112112
SHOW GEQO;
113-
NOTICE: geqo is on
113+
INFO: geqo is on
114114
</screen>
115115
</para>
116116
</refsect1>

‎doc/src/sgml/ref/vacuum.sgml

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

@@ -115,7 +115,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
115115

116116
<varlistentry>
117117
<term><computeroutput>
118-
NOTICE: --Relation <replaceable class="PARAMETER">table</replaceable>--
118+
INFO: --Relation <replaceable class="PARAMETER">table</replaceable>--
119119
</computeroutput></term>
120120
<listitem>
121121
<para>
@@ -126,7 +126,7 @@ NOTICE: --Relation <replaceable class="PARAMETER">table</replaceable>--
126126

127127
<varlistentry>
128128
<term><computeroutput>
129-
NOTICE: Pages 98: Changed 25, Reapped 74, Empty 0, New 0;
129+
INFO: Pages 98: Changed 25, Reapped 74, Empty 0, New 0;
130130
Tup 1000: Vac 3000, Crash 0, UnUsed 0, MinLen 188, MaxLen 188;
131131
Re-using: Free/Avail. Space 586952/586952; EndEmpty/Avail. Pages 0/74.
132132
Elapsed 0/0 sec.
@@ -140,7 +140,7 @@ NOTICE: Pages 98: Changed 25, Reapped 74, Empty 0, New 0;
140140

141141
<varlistentry>
142142
<term><computeroutput>
143-
NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
143+
INFO: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
144144
Tuples 1000: Deleted 3000. Elapsed 0/0 sec.
145145
</computeroutput></term>
146146
<listitem>
@@ -251,20 +251,20 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
251251

252252
<programlisting>
253253
regression=> VACUUM VERBOSE ANALYZE onek;
254-
NOTICE: --Relation onek--
255-
NOTICE: Index onek_unique1: Pages 14; Tuples 1000: Deleted 3000.
254+
INFO: --Relation onek--
255+
INFO: Index onek_unique1: Pages 14; Tuples 1000: Deleted 3000.
256256
CPU 0.00s/0.11u sec elapsed 0.12 sec.
257-
NOTICE: Index onek_unique2: Pages 16; Tuples 1000: Deleted 3000.
257+
INFO: Index onek_unique2: Pages 16; Tuples 1000: Deleted 3000.
258258
CPU 0.00s/0.10u sec elapsed 0.10 sec.
259-
NOTICE: Index onek_hundred: Pages 13; Tuples 1000: Deleted 3000.
259+
INFO: Index onek_hundred: Pages 13; Tuples 1000: Deleted 3000.
260260
CPU 0.00s/0.10u sec elapsed 0.10 sec.
261-
NOTICE: Index onek_stringu1: Pages 31; Tuples 1000: Deleted 3000.
261+
INFO: Index onek_stringu1: Pages 31; Tuples 1000: Deleted 3000.
262262
CPU 0.01s/0.09u sec elapsed 0.10 sec.
263-
NOTICE: Removed 3000 tuples in 70 pages.
263+
INFO: Removed 3000 tuples in 70 pages.
264264
CPU 0.02s/0.04u sec elapsed 0.07 sec.
265-
NOTICE: Pages 94: Changed 0, Empty 0; Tup 1000: Vac 3000, Keep 0, UnUsed 0.
265+
INFO: Pages 94: Changed 0, Empty 0; Tup 1000: Vac 3000, Keep 0, UnUsed 0.
266266
Total CPU 0.05s/0.45u sec elapsed 0.59 sec.
267-
NOTICE: Analyzing onek
267+
INFO: Analyzing onek
268268
VACUUM
269269
</programlisting>
270270
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp