Log Message:
---
Add the How to specify as a connection option.
Modified Files:
--
psqlodbc/docs:
config.html (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/config.html.diff?r1=1.7&r2=1.8)
Added Files:
---
ps
Log Message:
---
Make SET SESSION AUTHORIZATION set the resource queue id.
Modified Files:
--
bizgres/postgresql/src/backend/utils/init:
miscinit.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/init
Log Message:
---
Done:
< o Allow UPDATE/DELETE WHERE CURRENT OF cursor
<
< This requires using the row ctid to map cursor rows back to the
< original heap row. This become more complicated if WITH HOLD cursors
< are to be supported because WITH HOLD cursors h
Log Message:
---
Various problems of configure cleared.
These problems were fixed by Peter Eisentraut.
Modified Files:
--
psqlodbc:
bootstrap (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/bootstrap.diff?r1=1.1&r2=1.2)
psq
Log Message:
---
Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.
Along the way, allow FOR UPDATE in non-WITH-HOLD cursors; there may once
have been a reason to disallow that, but it seems to work now, and it's
really rather necessary if you want to select a row via a
Log Message:
---
Modified Files:
--
pgUnitTest/src/org/pgfoundry/pgunittest:
Database.java (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgunittest/pgUnitTest/src/org/pgfoundry/pgunittest/Database.java.diff?r1=1.5&r2=1.6)
Reader.java