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

From kevin
Subject how to extend the catalog?
Date
Msg-id 20010907.170607.2086206725.15870@wesec.com
Whole thread Raw
Responses Re: how to extend the catalog?
List pgsql-hackers
Hi,

I want to extend the catalog, i think the key is
pg_attribute.h, pg_class.h, pg_type.h

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

i tried once, it was ok when target to template. but like a mess
when target to global.

what is the thing.


pgsql-hackers by date:

Previous
From: "Jim Buttafuoco"
Date:
Subject: PG_DUMP -C option
Next
From: "Ludovic Pénet"
Date:
Subject: Trans-transactions cursors