Adding a new table to the system catalog

Поиск
Список
Период
Сортировка
От Paul Howells
Тема Adding a new table to the system catalog
Дата
Msg-id CAGrTYiWf8LVsb=MBUcpShaYHnmgz-Y3iCmijDCrWR13MpOOuew@mail.gmail.com
обсуждение исходный текст
Ответы Re: Adding a new table to the system catalog  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello All,

I am exploring and poking at the source code to inform a design for adding valid-time support to postgres.  The feature will required updating existing system catalog tables as well as adding one or more new tables.

Is there any documentation on how to update the system catalog?  What files need to be created/updated?  Do I need to run any utilities for generation manually or is this done as part of the build?  How do I assign a new OID?  

Thanks in advance
Paul

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCH] Clear up perlcritic 'missing return' warning
Следующее
От: Chapman Flack
Дата:
Сообщение: Re: SPI/backend equivalent of extended-query Describe(statement)?