Thread: pgsql-server/src/tutorial funcs.source syscat. ...

pgsql-server/src/tutorial funcs.source syscat. ...

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/10/26 01:51:51

Modified files:
    src/tutorial   : funcs.source syscat.source

Log message:
    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