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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Be less wishy-washy in the documentation and comments about
Date: 2008-01-15 22:18:20
Message-ID: 20080115221820.6F928754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-01-15 22:31:54 Re: pgsql: Prevent CLUSTER from decreasing a relation's relfrozenxid.
Previous Message Simon Riggs 2008-01-15 22:00:30 Re: [COMMITTERS] pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY