[ADMIN] Getting::message type 0x43 arrived from server while idle

2009-12-30 Thread Mohammed Rashid
Hi All, I am using the postgres database in one of my project. I am getting "message type 0x43 arrived from server while idle" messages while querying the database and getting erroneous results. I am using libpq library for querying database. I am having two different processes accessing the s

Re: [ADMIN] Postgres database as a client/server architecture

2008-10-07 Thread Mohammed Rashid
Medi > > > On Mon, Oct 6, 2008 at 8:08 AM, Scott Marlowe <[EMAIL PROTECTED]> > wrote: > > > > > > > On Mon, Oct 6, 2008 at 9:00 AM, Rich <[EMAIL PROTECTED]> wrote: > > > On Mon, Oct 6, 2008 at 10:08 AM, Scott Marlowe <[EMAIL PROTECTED]>

Re: [ADMIN] Postgres database as a client/server architecture

2008-10-06 Thread Mohammed Rashid
:08 AM, Scott Marlowe <[EMAIL PROTECTED]> wrote: >>> On Mon, Oct 6, 2008 at 12:23 AM, Mohammed Rashid <[EMAIL PROTECTED]> wrote: >>>> Hi All, >>>> >>>> I have use the Postgres database as a client/server architecture. >>>> I mean

[ADMIN] Postgres database as a client/server architecture

2008-10-06 Thread Mohammed Rashid
Hi All, I have use the Postgres database as a client/server architecture. I mean I want to run the clients on different PCs and want that all the transactions should get automatically updated in the server. It should also take care of network disconnections and update the server after network conn