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
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