pgsql: Code review for patch to show definition of index columns in \d

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for patch to show definition of index columns in \d
Date: 2009-07-07 16:28:38
Message-ID: 20090707162838.B5F2975331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Code review for patch to show definition of index columns in \d on index.
Safely schema-qualify the pg_get_indexdef call, make the query a bit
prettier in -E mode, remove useless join to pg_index, make it more obvious
that the header[] array is not overrun.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-07-07 18:23:15 pgsql: More sensible character_octet_length For character types with
Previous Message Andrew Dunstan 2009-07-07 15:57:01 Re: Re: [COMMITTERS] pgsql: Initialise perl library as documented in perl API.