>

Hi,
     I reduced my trigger to do following :

     (Trigger gets invoked for Table1 in Db1)

     1. conn=PQconnectdb ( db2 )
     2. PQexec(conn,"begin")   <--- FAILS
     3. PQfinish(conn)


I get failure in step (2) with following message in 'postmaster.log'

ERROR:  begin
pq_recvbuf: unexpected EOF on client connection

I don't know what does this means.  If anybody is interested I can mail the ".c"
file.

Is support for trigger better in 7.1 ? where do I get the 7.1?


regards,
sandeep

Reply via email to