From: | tgl(at)postgresql(dot)org |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/src/bin/psql describe.c |
Date: | 2001-11-12 15:57:08 |
Message-ID: | 200111121557.fACFv8k12380@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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).
From | Date | Subject | |
---|---|---|---|
Next Message | tgl | 2001-11-12 16:34:59 | pgsql/src/include/executor nodeIndexscan.h |
Previous Message | momjian | 2001-11-12 07:38:57 | pgsql/doc FAQ src/FAQ/FAQ.html |