Re: Adding a new table to the system catalog

2018-05-26 Thread Tom Lane
Paul Howells writes: > 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 syst

Adding a new table to the system catalog

2018-05-26 Thread Paul Howells
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