pgsql: Make \dFt and \dFt+ do something different --- omitting the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make \dFt and \dFt+ do something different --- omitting the
Date: 2007-08-22 02:25:34
Message-ID: 20070822022534.56576754259@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make \dFt and \dFt+ do something different --- omitting the function
names in the former case seems more consistent with the behavior of
other \dF commands.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.158 -> r1.159)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.158&r2=1.159)

Browse pgsql-committers by date

  From Date Subject
Next Message User Eggyknap 2007-08-22 04:01:28 pgsnmpd - pgsnmpd: Fix MIB writer so it works well enough, create
Previous Message Tom Lane 2007-08-22 01:39:46 pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by