OSDN Git Service

psql's \do was going out of its way to lie about the result type of
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Nov 2001 15:57:08 +0000 (15:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Nov 2001 15:57:08 +0000 (15:57 +0000)
commit112bd6f06b0b4c556dc23682c98ca107bfca387b
treefb670fc9f6108074fe0673a90f3f6c00308fc1b1
parent905109f24a49caed336ffe15f8191be440c42305
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).
src/bin/psql/describe.c