psql backslash commands are schema-aware. Pattern matching behavior
Tom Lane <tgl@sss.pgh.pa.us>
psql backslash commands are schema-aware. Pattern matching behavior follows recent pghackers discussion. This commit includes all the relevant fixes from Greg Mullane's patch of 24-June.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/grant.sgml | modified | +9 −8 |
| doc/src/sgml/ref/psql-ref.sgml | modified | +109 −94 |
| src/bin/psql/command.c | modified | +173 −137 |
| src/bin/psql/describe.c | modified | +601 −230 |
| src/bin/psql/describe.h | modified | +12 −12 |
| src/bin/psql/large_obj.c | modified | +10 −9 |
| src/bin/psql/tab-complete.c | modified | +32 −29 |