Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: [INTERFACES] PQnotifies & select - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [INTERFACES] PQnotifies & select
Date
Msg-id [email protected]
Whole thread Raw
In response to PQnotifies & select  ("Ken J. Wright" <[email protected]>)
List pgsql-interfaces
"Ken J. Wright" <[email protected]> writes:
> What handle(s) would I need to feed to select() to wait for a notification
> which I can then pickup via PQnotifies()?

PQsocket(connobject) delivers the file descriptor, or -1 if there is no
open connection.  There is some doco about this in the current
documentation set, although I have to agree it's terse.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: [email protected]
Date:
Subject: Re: [INTERFACES] PQnotifies & select
Next
From: "Ken J. Wright"
Date:
Subject: Re: [INTERFACES] PQnotifies & select