Re: unqualified function calls in system_views.sql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: unqualified function calls in system_views.sql
Date: 2004-02-19 05:01:26
Message-ID: 28908.1077166886@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> Do these need to be fixed in backend/catalog/system_views.sql to have
> pg_catalog. before everything?

No, because the references are all resolved when the views are created.

We do have to be cautious about qualifying references that appear within
the bodies of SQL functions declared during initdb.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2004-02-19 05:47:59 Re: [PATCHES] NO WAIT ...
Previous Message Tom Lane 2004-02-19 04:58:37 Re: CHAR(n) always trims trailing spaces in 7.4