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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Update wording: < Currently, ALTER USER and ALTER DATABASE
Дата
Msg-id 20070218013435.F10CE9FB62E@postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: * Allow SQL-language functions to reference parameters by
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document limitation of SPI_execute() using multiple queries in a