Suppress indexes on large objects from psql's \d listing;

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 857c0793042b1818ca1707d0abf7dcfa660fca9e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-06-04T21:21:13Z
Releases: 7.1.1
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.

Files

PathChange+/−
src/bin/psql/psql.c modified +24 −11