Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql/src/bin/psql describe.c - Mailing list pgsql-committers

From [email protected]
Subject pgsql/src/bin/psql describe.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    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 by date:

Previous
From: [email protected]
Date:
Subject: pgsql/doc FAQ src/FAQ/FAQ.html
Next
From: [email protected]
Date:
Subject: pgsql/src/include/executor nodeIndexscan.h