| From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Tutorial fixes |
| Date: | 2003-10-23 14:30:45 |
| Message-ID: | 20031023222550.I22554-200000@houston.familyhealth.com.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
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
All changes have been tested.
Chris
| Attachment | Content-Type | Size |
|---|---|---|
| tutorial.txt | text/plain | 10.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Barry Lind | 2003-10-23 15:57:04 | Re: Ant version detection |
| Previous Message | Robert Treat | 2003-10-23 12:23:50 | beta5 references beta4 in INSTALL |