Code review for patch to show definition of index columns in \d on index.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Jul 2009 16:28:38 +0000 (16:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Jul 2009 16:28:38 +0000 (16:28 +0000)
commit788d8e513953b580de8b93543d963d28009b031d
treefe0a97bc1d17d2720db24648456cf113eb521748
parent47386fed461d7726743de39efa2da042eca22575
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.
src/bin/psql/describe.c