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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/tutorial funcs.source syscat. ...
Date: 2003-10-26 04:51:52
Message-ID: 20031026045152.99804D1B520@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-10-26 04:53:24 pgsql-server/src/backend/port sysv_shmem.c
Previous Message Bruce Momjian 2003-10-26 04:50:16 pgsql-server/doc/src/sgml release.sgml