Re: What's the CURRENT schema ? - Mailing list pgsql-hackers

From Fernando Nasser
Subject Re: What's the CURRENT schema ?
Date
Msg-id 3CB1C0B1.CB7BC99C@redhat.com
Whole thread Raw
In response to Re: What's the CURRENT schema ?  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Responses Re: What's the CURRENT schema ?  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Large object security  (Damon Cokenias <lists@mtn-palace.com>)
List pgsql-hackers
Hiroshi Inoue wrote:
> 
> > You misunderstood what I've said.  You may have how many schemas
> > you please.  But you will have to refer to their objects specifying
> > the schema name explicitly.  The only cases where you can omit the
> > schema name are (accordingly to the SQL'99 standard):
> 
> Please tell me where's the description in SQL99 ?
> I wasn't able to find it unfortunately.
> 

As most things in the SQL standard, you have to collect information
from several places and add it together.

Look at 4.20, 11.1 and specially at the rules for
<schema qualified name>.

Then think a little bit about scenarios, trying to apply the rules.

It is a pain, but there is no other way.


-- 
Fernando Nasser
Red Hat Canada Ltd.                     E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Debugging symbols by default
Next
From: Bruce Momjian
Date:
Subject: Re: timeout implementation issues