Re: question
Sandeep Joshi <sjoshi@zambeel.com>
From: Sandeep Joshi <sjoshi@Zambeel.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "Robert B. Easter" <reaster@comptechnews.com>, Sandeep Joshi <sjoshi@Zambeel.com>, Alfred Perlstein <bright@wintelcom.net>, pgsql-general@postgresql.org
Date: 2000-12-18T20:56:42Z
Lists: pgsql-general
>
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