File tree Expand file tree Collapse file tree 14 files changed +44
-44
lines changed Expand file tree Collapse file tree 14 files changed +44
-44
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -62,7 +62,7 @@ ROLLBACK
62
62
</varlistentry>
63
63
<varlistentry>
64
64
<term><computeroutput>
65
- NOTICE : ROLLBACK: no transaction in progress
65
+ WARNING : ROLLBACK: no transaction in progress
66
66
</computeroutput></term>
67
67
<listitem>
68
68
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
72
72
</varlistentry>
73
73
<varlistentry>
74
74
<term><computeroutput>
75
- NOTICE : BEGIN: already a transaction in progress
75
+ WARNING : BEGIN: already a transaction in progress
76
76
</computeroutput></term>
77
77
<listitem>
78
78
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
70
70
</varlistentry>
71
71
<varlistentry>
72
72
<term><computeroutput>
73
- NOTICE PerformPortalClose: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
73
+ WARNING: PerformPortalClose: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
74
74
</computeroutput></term>
75
75
<listitem>
76
76
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
72
72
</varlistentry>
73
73
<varlistentry>
74
74
<term><computeroutput>
75
- NOTICE : COMMIT: no transaction in progress
75
+ WARNING : COMMIT: no transaction in progress
76
76
</computeroutput></term>
77
77
<listitem>
78
78
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -102,7 +102,7 @@ ERROR: Relation '<replaceable class="parameter">view</replaceable>' already exi
102
102
</varlistentry>
103
103
<varlistentry>
104
104
<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
106
106
</computeroutput></term>
107
107
<listitem>
108
108
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -153,7 +153,7 @@ SELECT
153
153
154
154
<varlistentry>
155
155
<term><computeroutput>
156
- NOTICE : Closing pre-existing portal "<replaceable class="parameter">cursorname</replaceable>"
156
+ WARNING : Closing pre-existing portal "<replaceable class="parameter">cursorname</replaceable>"
157
157
</computeroutput></term>
158
158
<listitem>
159
159
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
77
77
</varlistentry>
78
78
<varlistentry>
79
79
<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
81
81
</computeroutput></term>
82
82
<listitem>
83
83
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
72
72
</varlistentry>
73
73
<varlistentry>
74
74
<term><computeroutput>
75
- NOTICE : COMMIT: no transaction in progress
75
+ WARNING : COMMIT: no transaction in progress
76
76
</computeroutput></term>
77
77
<listitem>
78
78
<para>
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -77,7 +77,7 @@ EXPLAIN [ ANALYZE ] [ VERBOSE ] <replaceable class="PARAMETER">query</replaceabl
77
77
<variablelist>
78
78
<varlistentry>
79
79
<term><computeroutput>
80
- NOTICE : QUERY PLAN:
80
+ INFO : QUERY PLAN:
81
81
<replaceable>plan</replaceable>
82
82
</computeroutput></term>
83
83
<listitem>
@@ -193,7 +193,7 @@ ROLLBACK;
193
193
<programlisting>
194
194
EXPLAIN SELECT * FROM foo;
195
195
<computeroutput>
196
- NOTICE : QUERY PLAN:
196
+ INFO : QUERY PLAN:
197
197
198
198
Seq Scan on foo (cost=0.00..2.28 rows=128 width=4)
199
199
@@ -210,7 +210,7 @@ EXPLAIN
210
210
<programlisting>
211
211
EXPLAIN SELECT * FROM foo WHERE i = 4;
212
212
<computeroutput>
213
- NOTICE : QUERY PLAN:
213
+ INFO : QUERY PLAN:
214
214
215
215
Index Scan using fi on foo (cost=0.00..0.42 rows=1 width=4)
216
216
@@ -228,7 +228,7 @@ EXPLAIN
228
228
<programlisting>
229
229
EXPLAIN SELECT sum(i) FROM foo WHERE i = 4;
230
230
<computeroutput>
231
- NOTICE : QUERY PLAN:
231
+ INFO : QUERY PLAN:
232
232
233
233
Aggregate (cost=0.42..0.42 rows=1 width=4)
234
234
-> Index Scan using fi on foo (cost=0.00..0.42 rows=1 width=4)
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -159,7 +159,7 @@ FETCH [ FORWARD | BACKWARD | RELATIVE ] [ <replaceable class="PARAMETER">#</repl
159
159
<variablelist>
160
160
<varlistentry>
161
161
<term><computeroutput>
162
- NOTICE : PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
162
+ WARNING : PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
163
163
</computeroutput></term>
164
164
<listitem>
165
165
<para>
@@ -172,7 +172,7 @@ NOTICE: PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</repl
172
172
173
173
<varlistentry>
174
174
<term><computeroutput>
175
- NOTICE : FETCH/ABSOLUTE not supported, using RELATIVE
175
+ WARNING : FETCH/ABSOLUTE not supported, using RELATIVE
176
176
</computeroutput></term>
177
177
<listitem>
178
178
<para>
You can’t perform that action at this time.
0 commit comments