public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bruce Momjian <[email protected]>
To: PostgreSQL-documentation <[email protected]>
Subject: DECLARE manual page fix
Date: Fri, 21 Mar 2003 12:11:34 -0500 (EST)
Message-ID: <[email protected]> (raw)
I have applied the following patch to the DECLARE manual page.
The page described INSENSITIVE cursors in terms of transactions, though
they are not really the issue.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Index: doc/src/sgml/ref/declare.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/ref/declare.sgml,v
retrieving revision 1.19
diff -c -c -r1.19 declare.sgml
*** doc/src/sgml/ref/declare.sgml 10 Mar 2003 03:53:48 -0000 1.19
--- doc/src/sgml/ref/declare.sgml 21 Mar 2003 16:51:36 -0000
***************
*** 58,66 ****
<para>
<acronym>SQL92</acronym> keyword indicating that data retrieved
from the cursor should be unaffected by updates from other processes or cursors.
! Since cursor operations occur within transactions
! in <productname>PostgreSQL</productname> this is always the case.
! This keyword has no effect.
</para>
</listitem>
</varlistentry>
--- 58,64 ----
<para>
<acronym>SQL92</acronym> keyword indicating that data retrieved
from the cursor should be unaffected by updates from other processes or cursors.
! By default, all cursors are insensitive. This keyword has no effect.
</para>
</listitem>
</varlistentry>
Attachments:
[text/plain] /bjm/diff (1.1K, 2-%2Fbjm%2Fdiff)
download | inline:
Index: doc/src/sgml/ref/declare.sgml
===================================================================
RCS file: /cvsroot/pgsql-server/doc/src/sgml/ref/declare.sgml,v
retrieving revision 1.19
diff -c -c -r1.19 declare.sgml
*** doc/src/sgml/ref/declare.sgml 10 Mar 2003 03:53:48 -0000 1.19
--- doc/src/sgml/ref/declare.sgml 21 Mar 2003 16:51:36 -0000
***************
*** 58,66 ****
<para>
<acronym>SQL92</acronym> keyword indicating that data retrieved
from the cursor should be unaffected by updates from other processes or cursors.
! Since cursor operations occur within transactions
! in <productname>PostgreSQL</productname> this is always the case.
! This keyword has no effect.
</para>
</listitem>
</varlistentry>
--- 58,64 ----
<para>
<acronym>SQL92</acronym> keyword indicating that data retrieved
from the cursor should be unaffected by updates from other processes or cursors.
! By default, all cursors are insensitive. This keyword has no effect.
</para>
</listitem>
</varlistentry>
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: DECLARE manual page fix
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox