Redo pgaccess' queries about views so that they will work in both 7.1
Tom Lane <tgl@sss.pgh.pa.us>
Redo pgaccess' queries about views so that they will work in both 7.1 and prior releases --- rely on pg_views view instead of direct access to pg_class and pg_rewrite.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pgaccess/lib/database.tcl | modified | +12 −15 |
| src/bin/pgaccess/lib/mainlib.tcl | modified | +7 −9 |