Re: [Gambas-user] adding functions to gb.db.postgresql

2012-04-04 Thread Benoît Minisini
Le 29/03/2012 13:39, Benoît Minisini a écrit : > Le 29/03/2012 04:58, Ian Haywood a écrit : >> This is not so much a feature request as a question on how to get >> started. >> >> There are two functions of the underlying postgres C interface that I >> would like to expose to Gambas: >> PQnotifies()

Re: [Gambas-user] adding functions to gb.db.postgresql

2012-03-29 Thread Benoît Minisini
Le 29/03/2012 04:58, Ian Haywood a écrit : > This is not so much a feature request as a question on how to get started. > > There are two functions of the underlying postgres C interface that I > would like to expose to Gambas: > PQnotifies() [which returns postgres notification events], and > PQso

[Gambas-user] adding functions to gb.db.postgresql

2012-03-28 Thread Ian Haywood
This is not so much a feature request as a question on how to get started. There are two functions of the underlying postgres C interface that I would like to expose to Gambas: PQnotifies() [which returns postgres notification events], and PQsocket () which returns the FD of the socket the library