[GENERAL] PQsendQuery() -- query is too long. Maximum length is 8191

2000-04-03 Thread brad
I see that the code has this coded in using a constant. Anyone know if I can up the length of this safely? We have queries that WAY exceed this limit! It's amazing wha the PHPLIB and session variables can do to make PostgreSQL's life misery! Brad

[GENERAL] PQsendQuery

1999-08-04 Thread Michael Simms
Hi I have a query regarding PQsendQuery that doesnt seem to be well explained in the docs. My basic situation is that I want to run a series of queries quickly, and I dont care what the result of them is (it is an insert). 1 ) When I run PQsendQuery(), can I then immediately run PQexec() or do I