Re: unqualified function calls in system_views.sql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: unqualified function calls in system_views.sql
Date
Msg-id 28908.1077166886@sss.pgh.pa.us
Whole thread Raw
In response to unqualified function calls in system_views.sql  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.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


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: unqualified function calls in system_views.sql
Next
From: Tatsuo Ishii
Date:
Subject: Re: [PATCHES] NO WAIT ...