1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Update reference pages for new INFO, NOTICE, WARNING elog() levels.

This commit is contained in:
Bruce Momjian
2002-03-06 06:48:05 +00:00
parent 92b1ab75d4
commit 3c0d21a28e
14 changed files with 44 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.19 2002/02/21 22:42:04 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/fetch.sgml,v 1.20 2002/03/06 06:48:05 momjian Exp $
PostgreSQL documentation
-->
@@ -159,7 +159,7 @@ FETCH [ FORWARD | BACKWARD | RELATIVE ] [ <replaceable class="PARAMETER">#</repl
<variablelist>
<varlistentry>
<term><computeroutput>
NOTICE: PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
WARNING: PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</replaceable>" not found
</computeroutput></term>
<listitem>
<para>
@@ -172,7 +172,7 @@ NOTICE: PerformPortalFetch: portal "<replaceable class="PARAMETER">cursor</repl
<varlistentry>
<term><computeroutput>
NOTICE: FETCH/ABSOLUTE not supported, using RELATIVE
WARNING: FETCH/ABSOLUTE not supported, using RELATIVE
</computeroutput></term>
<listitem>
<para>