Re: Tutorial fixes

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Tutorial fixes
Date: 2003-10-26 04:51:55
Message-ID: 200310260451.h9Q4ptk19699@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Christopher Kings-Lynne wrote:
> 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
>

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-10-26 04:53:05 Re: ISM shared memory on solaris
Previous Message Bruce Momjian 2003-10-26 04:50:35 Re: more improvements to release notes