pgsql: Show definition of index columns in \d on index This adds a

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Show definition of index columns in \d on index This adds a
Date: 2009-07-06 17:01:42
Message-ID: 20090706170142.3944575331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Show definition of index columns in \d on index

This adds a column called "Definition" to the output of psql \d on an
index, which shows the full expression behind the index column. For indexes
on plain columns, this is redundant, but for expression indexes, this
reveals the real expression.

Author: Khee Chin <kheechin(at)gmail(dot)com>

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.219 -> r1.220)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.219&r2=1.220)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-07-06 18:26:30 pgsql: Fix set_append_rel_pathlist() to deal intelligently with cases
Previous Message User H-saito 2009-07-06 15:55:37 psqlodbc - psqlodbc: Change of a library version.