Re: question

From: Sandeep Joshi <sjoshi(at)Zambeel(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Robert B(dot) Easter" <reaster(at)comptechnews(dot)com>, Sandeep Joshi <sjoshi(at)Zambeel(dot)com>, Alfred Perlstein <bright(at)wintelcom(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: question
Date: 2000-12-18 20:56:42
Message-ID: 3A3E7A0A.22EE839A@zambeel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tulio Oliveira 2000-12-18 21:10:41 "C" libpq-fe.h
Previous Message Tulio Oliveira 2000-12-18 20:55:06 Re: Foreign Keys and OIDs