OSDN Git Service

Fix two bugs in funcs.source that made the tutorial script fail.
authorBruce Momjian <bruce@momjian.us>
Sun, 26 Oct 2003 04:51:51 +0000 (04:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 26 Oct 2003 04:51:51 +0000 (04:51 +0000)
commit3c9a32d4a277771e15b7d8a7ee83b0aab329a33d
treeddbf7afb29577288dc86bc8d0353442004ce99ae
parentb3a10a88d7c5855a16e8e6d20813d355471b4cd1
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
src/tutorial/funcs.source
src/tutorial/syscat.source