On Thu, 16 Oct 2008, David Smiley wrote:
Bug reference: 4483
Description:setAutoCommit false shouldn't be necessary for fetchSize
to work
Details:
No matter what is going on internally within the JDBC driver, I don't
believe disabling autoCommit should be necessary to benefit fro
Arthur Knight Hammer <[EMAIL PROTECTED]> writes:
> $ [EMAIL PROTECTED]:~/ pg_ctl restart
> waiting for server to shut downLOG: logger shutting down
> done
> server stopped
> sh: -c: line 0: syntax error near unexpected token `null'
> sh: -c: line 0: `"/usr/local/pgsql/bin/postgres" (null) < "
The following bug has been logged online:
Bug reference: 4483
Logged by: David Smiley
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3
Operating system: Mac OS X
Description:setAutoCommit false shouldn't be necessary for fetchSize
to work
Details:
No matter
Compiled 8.2.10 on fully updated SuSE 10.3 with:
./configure --enable-thread-safety
Every thing behaves normally except pg_ctl:
$ [EMAIL PROTECTED]:~/ pg_ctl start
server starting
$ [EMAIL PROTECTED]:~/ pg_ctl stop
waiting for server to shut downLOG: logger shutting down
done
server stoppe