Fix two bugs in funcs.source that made the tutorial script fail.

Bruce Momjian <bruce@momjian.us>

Commit: 3c9a32d4a277771e15b7d8a7ee83b0aab329a33d
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-10-26T04:51:51Z
Releases: 7.4.1
Fix two bugs in funcs.source that made the tutorial script fail.

Make a LOT of fixes to syscat.source to:

* Set search_path properly (and reset it)
* Add schema name to all results
* Add schema name to ORDER BY first
* Make checks for user-defined objects match reality
* format_type all type names
* Respect attisdropped
* Change !~ to 'not like' since it's more standard


Christopher Kings-Lynne

Files

PathChange+/−
src/tutorial/funcs.source modified +3 −2
src/tutorial/syscat.source modified +87 −50