SCHEMA idea - Mailing list pgsql-hackers

From Bruce Momjian
Subject SCHEMA idea
Date
Msg-id 200105150440.f4F4esO29470@candle.pha.pa.us
Whole thread Raw
Responses Re: SCHEMA idea  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I know Tom has talked about doing schemas for 7.2.  I have an idea.

I did temp tables by doing the temp table mapping as part of cache
lookups.  Though this seems like a strange idea, the cache is the
central location for name/tuple lookups, and is a natural place for
other mappings, perhaps even SCHEMA.

Comments?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: error on INSERT - connection is read only
Next
From: Philip Warner
Date:
Subject: Re: Updating system catalogs after a tuple deletion