postgresql/src
Bruce Momjian d3337c6e3f > I am backing out this patch. Please resubmit with this corrected. Thanks.
>
> I am running Python 1.5.

Therein lies the problem... :)

Since it appears you have the requirement of supporting old python
versions, attached is just the pgdb.py part of the patch (with a fix for
DateTime handling). It has the same functionality but certainly won't be
quite as fast. Given the absence of _PyString_Join in python1.5, it's a
pain to get the C variants working for all versions. The pgdb.py patch
does leaves the hooks in, should someone wish to do the optimization at a
later point.

Elliot Lee
2002-03-19 02:47:57 +00:00
..
backend Add DOMAIN support. Includes manual pages and regression tests, from 2002-03-19 02:18:25 +00:00
bin Add psql \dD listing of domains, from Jonathan Eisler. 2002-03-19 02:32:21 +00:00
corba
data
include Add DOMAIN support. Includes manual pages and regression tests, from 2002-03-19 02:18:25 +00:00
interfaces > I am backing out this patch. Please resubmit with this corrected. Thanks. 2002-03-19 02:47:57 +00:00
makefiles Feature patch per prev thread for --with-tcl, only affects AIX 2002-02-23 21:25:35 +00:00
pl Add new elog() levels to stored procedure languages. plperl DEBUG hack 2002-03-06 18:50:33 +00:00
template 0 -> O 2001-08-08 13:30:20 +00:00
test Add DOMAIN support. Includes manual pages and regression tests, from 2002-03-19 02:18:25 +00:00
tools Update for 7.2.1. 2002-03-18 23:03:13 +00:00
tutorial New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
utils Fix for "--" options. Allow --xxx as a valid flag, from NetBSD fix. 2001-11-26 19:30:58 +00:00
DEVELOPERS
Makefile Move 2002-03-13 00:05:06 +00:00
Makefile.global.in Move 2002-03-13 00:05:06 +00:00
Makefile.shlib Fix for compiling libpq++ on Solaris with Sun SPRO6U2. 2001-11-11 19:20:53 +00:00
nls-global.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00