This makes all the \dX commands (most importantly to most: \df) work
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |