Add agg/normal/trigger/window flags for psql \df and in \df output.
Bruce Momjian <bruce@momjian.us>
Add agg/normal/trigger/window flags for psql \df and in \df output. David Fetter
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +14 −11 |
| src/bin/psql/command.c | modified | +17 −3 |
| src/bin/psql/describe.c | modified | +120 −13 |
| src/bin/psql/describe.h | modified | +3 −3 |
| src/bin/psql/help.c | modified | +3 −2 |
| src/test/regress/expected/polymorphism.out | modified | +6 −6 |