diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-03-06 06:48:05 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-03-06 06:48:05 +0000 |
| commit | 3c0d21a28ea6141e17ba477a4f02bf5e43cf4368 (patch) | |
| tree | 87a60c0e56721819a4a056b4435e9a945e0527f6 /doc/src/sgml/ref/fetch.sgml | |
| parent | 92b1ab75d4059ff2b4d936e5bd36a574da73f0b2 (diff) | |
Update reference pages for new INFO, NOTICE, WARNING elog() levels.
Diffstat (limited to 'doc/src/sgml/ref/fetch.sgml')
| -rw-r--r-- | doc/src/sgml/ref/fetch.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml index 60e11ab50f5..c21b22cc2eb 100644 --- a/doc/src/sgml/ref/fetch.sgml +++ b/doc/src/sgml/ref/fetch.sgml @@ -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> |
