[GENERAL] libpq updateable resultset?

2008-01-16 Thread Tristen Ennemuist
Hello, I'm new to libpq and I'm trying to discover a means of updating resultset columns. I can see there's a get PQgetvalue but no set equivalent PQsetvalue. I've read the documentation and checked out the examples, but neither seem to indicate that this is possible? I'd appreciate some

Re: [GENERAL] libpq updateable resultset?

2008-01-16 Thread Martijn van Oosterhout
On Sun, Jan 13, 2008 at 09:55:08PM +1100, Tristen Ennemuist wrote: Hello, I'm new to libpq and I'm trying to discover a means of updating resultset columns. I can see there's a get PQgetvalue but no set equivalent PQsetvalue. Libpq doesn't do this. Have a nice day, -- Martijn van