Re: More interface files

2003-10-08 Thread Bernhard Schmalhofer
Tim Bunce wrote: On Tue, Oct 07, 2003 at 03:57:54PM -0400, Dan Sugalski wrote: While I'm having a heck of a time getting anything besides a connection to happen with it... I've checked in library/postgres.pasm. It's an interface to Posgres 7.3's libpq (the C interface to postgres) library. On a

Re: More interface files

2003-10-08 Thread Dan Sugalski
On Wed, 8 Oct 2003, Tim Bunce wrote: > On Tue, Oct 07, 2003 at 03:57:54PM -0400, Dan Sugalski wrote: > > While I'm having a heck of a time getting anything besides a connection to > > happen with it... I've checked in library/postgres.pasm. It's an > > interface to Posgres 7.3's libpq (the C inte

Re: More interface files

2003-10-08 Thread Tim Bunce
On Tue, Oct 07, 2003 at 03:57:54PM -0400, Dan Sugalski wrote: > While I'm having a heck of a time getting anything besides a connection to > happen with it... I've checked in library/postgres.pasm. It's an > interface to Posgres 7.3's libpq (the C interface to postgres) library. On a vagely relat

More interface files

2003-10-07 Thread Dan Sugalski
While I'm having a heck of a time getting anything besides a connection to happen with it... I've checked in library/postgres.pasm. It's an interface to Posgres 7.3's libpq (the C interface to postgres) library. Have fun, folks. Dan