Re: how to extend the catalog? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: how to extend the catalog?
Date
Msg-id 16974.1000621378@sss.pgh.pa.us
Whole thread Raw
In response to how to extend the catalog?  ("kevin" <wangky@wesec.com>)
List pgsql-hackers
"kevin" <wangky@wesec.com> writes:
> I want to extend the catalog,

What do you want to do *exactly*?

> is it enough:
> 1. add pg_xxx.h 
> 2.modify pg_attribute.h, pg_class.h, pg_type.h, catname.h, 
>    indexing.h, indexing.c, Makefile

You shouldn't need to touch pg_attribute.h, pg_class.h, pg_type.h,
unless you are hacking one of the bootstrapped system tables or adding
a new table that has to be known to the bootstrapper.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Warning about oid/xid wraparound
Next
From: "Marc G. Fournier"
Date:
Subject: Major change to CVS effective immediately ...