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)
commit8e9a7f3439f2a1eb0355e657198ca12b369bb22b
treee21cd81635c86098b9bdcb80e3509bfb6549bace
parentb14abb1629c668b0be9035d06d16f70f22a106ac
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