pgsql: Update wording: < Currently, ALTER USER and ALTER DATABASE

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update wording: < Currently, ALTER USER and ALTER DATABASE
Date: 2007-02-18 01:34:35
Message-ID: 20070218013435.F10CE9FB62E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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 <tab> causes a database lookup to check all
> Currently SET <tab> causes a database lookup to check all
< Currently, all statement results are transferred to the libpq
> Currently all statement results are transferred to the libpq

Modified Files:
--------------
pgsql/doc:
TODO (r1.2098 -> r1.2099)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2098&r2=1.2099)
pgsql/doc/src/FAQ:
TODO.html (r1.599 -> r1.600)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.599&r2=1.600)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-18 01:47:40 pgsql: Document limitation of SPI_execute() using multiple queries in a
Previous Message Bruce Momjian 2007-02-18 01:32:56 pgsql: Add: * Allow SQL-language functions to reference parameters by