Log Message:
---
* Add new pg_result suboption -tupleArrayWithoutNulls. It works like
-tupleArray except if a field is null, it unsets the field from
the array.
Modified Files:
--
libpgtcl:
ChangeLog (r1.54 -> r1.55)
(http://cvs.pgfoundry.org/cgi-bin/c
Log Message:
---
Check for the correct version of python (2.5 is used by the backend)
Per report from Jose Oliveira in bug #1010399.
Tags:
REL8_3_STABLE
Modified Files:
--
pginst/ca:
pginstca.c (r1.119.2.3 -> r1.119.2.4)
(http://cvs.pgfoundry.org/cgi
Log Message:
---
Check for the correct version of python (2.5 is used by the backend)
Per report from Jose Oliveira in bug #1010399.
Modified Files:
--
pginst/ca:
pginstca.c (r1.122 -> r1.123)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst
Log Message:
---
* Add "escape_bytea" and "unescape_bytea" to the methods that can be
invoked from $conn.
* Extend pg_escape_bytea to allow a connection handle to be specified.
If specified, libpq's PQescapeByteaConn is used rather than
deprecated PQescapeBytea, which can return inco