Code review for patch to show definition of index columns in \d on index.
commit53ca57fb8d3bcf3c1dd23acd3732703aafa83787
authortgl <tgl>
Tue, 7 Jul 2009 16:28:38 +0000 (7 16:28 +0000)
committertgl <tgl>
Tue, 7 Jul 2009 16:28:38 +0000 (7 16:28 +0000)
tree457171db653b9545566024c49a7d03f66a761615
parent5af449e98660a42d59347ec4119dec84ffb99f7e
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