From d2eb1d12a04b91512e7854bfb7c948cd7423bdc3 Mon Sep 17 00:00:00 2001
From: Bruce Momjian Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) The most recent version of this document can be viewed at libpq
- PQfnumber() should never have been doing lowercasing, but
historically it has so we need a way to prevent it
Currently, all statement results are transferred to the libpq
client before libpq makes the results available to the
application. This feature would allow the application to make
@@ -647,6 +645,7 @@ first.
One complexity is that a statement like SELECT 1/col could error
out mid-way through the result set.
PostgreSQL TODO List
-Last updated: Mon Mar 6 10:13:39 EST 2006
+Last updated: Mon Mar 6 10:19:42 EST 2006
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -628,17 +628,15 @@ first.
-
+
Referential Integrity
@@ -1095,6 +1094,7 @@ first.
code from the LibGW32C project as a guide.