pgsql: Code review for patch to show definition of index columns in \d - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Code review for patch to show definition of index columns in \d
Date
Msg-id 20090707162838.B5F2975331E@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: pg-migrator - pg_migrator: update the document.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: More sensible character_octet_length For character types with