pgsql/src/bin/psql describe.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/bin/psql describe.c
Дата
Msg-id 200111121557.fACFv8k12380@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    01/11/12 10:57:08

Modified files:
    src/bin/psql   : describe.c

Log message:
    psql's \do was going out of its way to lie about the result type of
    operators.  Should report the declared oprresult type, not the return type
    of the underlying proc, which might be only binary-compatible (cf.
    textcat entries).


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

Предыдущее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc FAQ src/FAQ/FAQ.html
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/executor nodeIndexscan.h