Обсуждение: pgsql-server/src/backend/tcop pquery.c

Поиск
Список
Период
Сортировка

pgsql-server/src/backend/tcop pquery.c

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/05/06 17:01:05

Modified files:
    src/backend/tcop: pquery.c

Log message:
    Ensure that an Execute operation can't send tuples in cases where
    Describe would claim that no tuples will be returned.  Only affects
    SELECTs added to non-SELECT base queries by rewrite rules.  If you
    want to see the output of such a select, you gotta use 'simple Query'
    protocol.