psql backslash commands are schema-aware. Pattern matching behavior

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

Commit: 039cb479884abc28ee494f6cf6c5e7ec26b88fc8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-08-10T03:56:24Z
Releases: 7.3.1
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

PathChange+/−
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