From 9f6ed2f47fa3db011d16a3800bf416a72e76e683 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Sun, 18 Feb 2007 01:34:35 +0000
Subject: Update wording:
< Currently, ALTER USER and ALTER DATABASE support per-user and
> Currently ALTER USER and ALTER DATABASE support per-user and
< Currently, subtracting one date from another that crosses a
> Currently subtracting one date from another that crosses a
< Currently, SQL-language functions can only refer to parameters via $1, etc
> Currently SQL-language functions can only refer to dollar parameters,
> e.g. $1
< Currently, queries prepared via the libpq API are planned on first
> Currently queries prepared via the libpq API are planned on first
< Currently, SET Current maintainer: Bruce Momjian (bruce@momjian.us) The most recent version of this document can be viewed at Currently, ALTER USER and ALTER DATABASE support per-user and
+ Currently ALTER USER and ALTER DATABASE support per-user and
per-database defaults. Consider adding per-user-and-database
defaults so things like search_path can be defaulted for a
specific user connecting to a specific database.
@@ -224,7 +224,7 @@ first. There is also a developer's wiki at Currently, subtracting one date from another that crosses a
+ Currently subtracting one date from another that crosses a
daylight savings time adjustment can return '1 day 1 hour', but
adding that back to the first date returns a time one hour in
the future. This is caused by the adjustment of '25 hours' to
@@ -337,7 +337,8 @@ first. There is also a developer's wiki at http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php
Currently, SQL-language functions can only refer to parameters via $1, etc
+ Currently SQL-language functions can only refer to dollar parameters,
+ e.g. $1
PostgreSQL TODO List
-Last updated: Sat Feb 17 20:32:39 EST 2007
+Last updated: Sat Feb 17 20:34:28 EST 2007
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -65,7 +65,7 @@ first. There is also a developer's wiki at
Currently, queries prepared via the libpq API are planned on first +
Currently queries prepared via the libpq API are planned on first
execute using the supplied parameters --- allow SQL PREPARE to do the
same. Also, allow control over replanning prepared queries either
manually or automatically when statistics for execute parameters
@@ -719,7 +720,7 @@ first. There is also a developer's wiki at
Currently, SET <tab> causes a database lookup to check all +
Currently SET <tab> causes a database lookup to check all
supported session variables. This query causes problems
because setting the transaction isolation level must be the
first statement of a transaction.
@@ -779,7 +780,7 @@ first. There is also a developer's wiki at
historically it has so we need a way to prevent it
Currently, all statement results are transferred to the libpq +
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 use of the first result rows while the rest are transferred, or -- cgit v1.2.3