Re: [PATCHES] small SPI docs correction

2005-07-29 Thread Bruce Momjian

Patch applied.  Thanks.

---


Alvaro Herrera wrote:
 I've had this small patch in my local tree for a while.  It documents
 new commands which may make an SPI call fail.
 
 -- 
 Alvaro Herrera (alvherre[a]alvh.no-ip.org)
 Maybe there's lots of data loss but the records of data loss are also lost.
 (Lincoln Yeoh)

[ Attachment, skipping... ]

 
 ---(end of broadcast)---
 TIP 6: explain analyze is your friend

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  pgman@candle.pha.pa.us   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: explain analyze is your friend


[PATCHES] small SPI docs correction

2005-07-27 Thread Alvaro Herrera
I've had this small patch in my local tree for a while.  It documents
new commands which may make an SPI call fail.

-- 
Alvaro Herrera (alvherre[a]alvh.no-ip.org)
Maybe there's lots of data loss but the records of data loss are also lost.
(Lincoln Yeoh)
Index: doc/src/sgml/spi.sgml
===
RCS file: /home/alvherre/cvs/pgsql/doc/src/sgml/spi.sgml,v
retrieving revision 1.41
diff -c -r1.41 spi.sgml
*** doc/src/sgml/spi.sgml   2 May 2005 00:37:06 -   1.41
--- doc/src/sgml/spi.sgml   27 Jul 2005 15:44:26 -
***
*** 537,544 
   termsymbolSPI_ERROR_TRANSACTION/symbol/term
   listitem
para
!if commandBEGIN/, commandCOMMIT/, or
!commandROLLBACK/ was attempted
/para
   /listitem
  /varlistentry
--- 537,551 
   termsymbolSPI_ERROR_TRANSACTION/symbol/term
   listitem
para
!  if any command involving transaction manipulation was attempted
!  (commandBEGIN/,
!  commandCOMMIT/,
!  commandROLLBACK/,
!  commandSAVEPOINT/,
!  commandPREPARE TRANSACTION/,
!  commandCOMMIT PREPARED/,
!  commandROLLBACK PREPARED/,
!  or any variant thereof)
/para
   /listitem
  /varlistentry

---(end of broadcast)---
TIP 6: explain analyze is your friend