Обсуждение: pgsql/src/bin/psql describe.c

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

pgsql/src/bin/psql describe.c

От
tgl@postgresql.org
Дата:
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).