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

From Hiroshi Inoue
Subject Re: What's the CURRENT schema ?
Date
Msg-id 3CACE483.9F968CAE@tpf.co.jp
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 ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> 
> "Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
> > Well for example,
> > how could psqlodbc driver know the CURRENT schema ?
> 
> What "CURRENT" schema?  If you have a search path more than one entry
> long, there is no unique notion of a CURRENT schema.

Oh I see but I think using the search SCHEMA path for
table name resolution is harmful.

regards,
Hiroshi Inoue


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: What's the CURRENT schema ?
Next
From: Hiroshi Inoue
Date:
Subject: Re: timeout implementation issues