[HACKERS] Libpq enhancement

2011-06-19 Thread Jeff Shanab
I am wondering If I am missing something obvious. If not, I have a suggestion for plpgsql. Stored procedures can accept rows. Libpq can receive rows (PQResult). Wouldn't it be a great interface if PQResult was bi-directional? Create a result set on the client then call the database with a

[HACKERS] Libpq in VS 2010

2011-06-13 Thread Jeff Shanab
I needed to talk to the database from an app that builds in Visual Studio 2010 only at the moment. The binary that EnterpriseDB provides for windows was built with VS2005 I think and causes the weird error linking of cannot open Files.obj (there is no Files.cpp) I was able to download the