SCHEMA idea

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема SCHEMA idea
Дата
Msg-id 200105150440.f4F4esO29470@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: SCHEMA idea  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: error on INSERT - connection is read only
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Updating system catalogs after a tuple deletion