pgsql: Be less wishy-washy in the documentation and comments about

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Be less wishy-washy in the documentation and comments about
Дата
Msg-id 20080115221820.6F928754108@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Be less wishy-washy in the documentation and comments about whether a
ParameterStatus message can be sent during COPY OUT: it's definitely
possible, since COPY from a SELECT subquery can trigger any user-defined
function.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        protocol.sgml (r1.71 -> r1.72)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/protocol.sgml?r1=1.71&r2=1.72)
    pgsql/src/interfaces/libpq:
        fe-protocol3.c (r1.32 -> r1.33)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-protocol3.c?r1=1.32&r2=1.33)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.