OSDN Git Service

Suppress indexes on large objects from psql's \d listing;
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 Jun 1999 21:21:13 +0000 (21:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 Jun 1999 21:21:13 +0000 (21:21 +0000)
commit857c0793042b1818ca1707d0abf7dcfa660fca9e
tree8b9bf08d8f646fb8ed865eed18bac8ea98aa08de
parent8f19603d6c9c5eba386bac4f021bc76407c84d0c
Suppress indexes on large objects from psql's \d listing;
they were confusing because the large object tables themselves are not
shown.  (Besides, if you've got hundreds or thousands of large objects,
you really don't want to see 'em at all.)
Also, suppress all indexes from the \z ACL listing, since indexes have
no meaningful protection information.
src/bin/psql/psql.c