Re: [BUGS] BUG #4964: return value does not agree with documentation

2009-08-05 Thread Heikki Linnakangas
jasen Betts wrote: > PQsendQuery() seems to return 0 on success and 1 on failure contrary to the > documented behavior. > > http://www.postgresql.org/docs/8.3/interactive/libpq-async.html Umm, no, the documentation is correct. You must be doing something wrong, but it's hard to guess what it is w

[BUGS] BUG #4964: return value does not agree with documentation

2009-08-05 Thread jasen Betts
The following bug has been logged online: Bug reference: 4964 Logged by: jasen Betts Email address: ja...@xnet.co.nz PostgreSQL version: 8.3 Operating system: linux Description:return value does not agree with documentation Details: PQsendQuery() seems to return 0 o