pgsql/src/interfaces/odbc connection.c connect ...

From: Hiroshi Inoue <inoue(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc connection.c connect ...
Date: 2001-05-25 08:12:32
Message-ID: 200105250812.f4P8CWr47744@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: inoue(at)hub(dot)org 01/05/25 04:12:32

Modified files:
src/interfaces/odbc: connection.c connection.h convert.c
convert.h info.c pgtypes.c statement.c
statement.h

Log message:
Get rid of the following size limit.
1) Query size limit(was 65536) for >=7.0 servers.
2) Text size limit(was 8190) for 7.1 servers.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-25 14:28:58 pgsql/src Makefile.global.in interfaces/jdbc/M ...
Previous Message Bruce Momjian - CVS 2001-05-25 04:26:21 pgsql/src/pl/plpgsql/src Makefile