This makes all the \dX commands (most importantly to most: \df) work

Bruce Momjian <bruce@momjian.us>

Commit: 9491c82f7103d62824d3132b8c7dc44609f2f56b
Author: Bruce Momjian <bruce@momjian.us>
Date: 2009-01-06T21:10:30Z
Releases: 8.4.0
This makes all the \dX commands (most importantly to most: \df) work
like \dt does, in that it requires a \dXS to see system items.

Greg Sabino Mullane

Files

PathChange+/−
src/bin/psql/command.c modified +12 −11
src/bin/psql/describe.c modified +58 −15
src/bin/psql/describe.h modified +9 −9
src/bin/psql/help.c modified +32 −27