Re: New system OIDS inside include/catalog/pg_proc.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New system OIDS inside include/catalog/pg_proc.h
Дата
Msg-id 25716.1011974652@sss.pgh.pa.us
обсуждение исходный текст
Ответ на New system OIDS inside include/catalog/pg_proc.h  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-hackers
"Greg Sabino Mullane" <greg@turnstep.com> writes:
> I am in the process of adding some external interfaces to the temporary 
> relations (started as a goal of being able to view temporary 
> tables in psql with \d).

I think you're wasting your time to think about this now.  By the time
7.3 comes out, we will have an entirely new approach to temp tables:
they'll be named with the same names the user sees, and live in
per-backend temp schemas to avoid name conflicts with permanent tables.
So any code based on working with the existing temp-name mapper will
be in the scrap heap before it can get released :-(

> How do I choose a new OID when adding something 
> to include/catalog/pg_proc.h? 

See unused_oids.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: New system OIDS inside include/catalog/pg_proc.h
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: PostgreSQL crashes with Qmail-SQL