public inbox for [email protected]  
help / color / mirror / Atom feed
Updated version of Russian FAQ
5+ messages / 2 participants
[nested] [flat]

* Updated version of Russian FAQ
@ 2003-02-28 09:06  Viktor Vislobokov <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Viktor Vislobokov @ 2003-02-28 09:06 UTC (permalink / raw)
  To: pgsql-docs; Bruce Momjian <[email protected]>

There is updated version of Russian translation of FAQ in attachment


Attachments:

  [application/x-gzip] FAQ_russian.html.gz (23.1K, 2-FAQ_russian.html.gz)
  download

^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Updated version of Russian FAQ
@ 2003-03-07 05:45  Bruce Momjian <[email protected]>
  parent: Viktor Vislobokov <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Bruce Momjian @ 2003-03-07 05:45 UTC (permalink / raw)
  To: Viktor Vislobokov <[email protected]>; +Cc: pgsql-docs


Thanks.  Updated.

---------------------------------------------------------------------------

Viktor Vislobokov wrote:
> There is updated version of Russian translation of FAQ in attachment

[ application/x-gzip is not supported, skipping... ]

-- 
  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




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* DECLARE manual page fix
@ 2003-03-21 17:11  Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Bruce Momjian @ 2003-03-21 17:11 UTC (permalink / raw)
  To: pgsql-docs

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>

^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Updated version of Russian FAQ
@ 2003-05-14 09:14  Viktor Vislobokov <[email protected]>
  parent: Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Viktor Vislobokov @ 2003-05-14 09:14 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: pgsql-docs

There is updated version of Russian FAQ in attachment


Attachments:

  [application/x-gzip] FAQ_russian.html.gz (23.2K, 2-FAQ_russian.html.gz)
  download

^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Updated version of Russian FAQ
@ 2003-06-02 16:38  Bruce Momjian <[email protected]>
  parent: Viktor Vislobokov <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Bruce Momjian @ 2003-06-02 16:38 UTC (permalink / raw)
  To: Viktor Vislobokov <[email protected]>; +Cc: pgsql-docs


Applied.  Thanks.

---------------------------------------------------------------------------

Viktor Vislobokov wrote:
> There is updated version of Russian FAQ in attachment

[ application/x-gzip is not supported, skipping... ]

> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
> http://www.postgresql.org/docs/faqs/FAQ.html

-- 
  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




^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2003-06-02 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2003-02-28 09:06 Updated version of Russian FAQ Viktor Vislobokov <[email protected]>
2003-03-07 05:45 ` Bruce Momjian <[email protected]>
2003-03-21 17:11 DECLARE manual page fix Bruce Momjian <[email protected]>
2003-05-14 09:14 ` Viktor Vislobokov <[email protected]>
2003-06-02 16:38   ` Bruce Momjian <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox