how to extend the catalog?

From: "kevin" <wangky(at)wesec(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: how to extend the catalog?
Date: 2001-09-07 09:06:42
Message-ID: 20010907.170607.2086206725.15870@wesec.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2001-09-07 12:13:32 Re: [Pgreplication-general] GreatBridge ceases operations
Previous Message Rene Pijlman 2001-09-07 08:53:02 Re: [HACKERS] JDBC pg_description update needed for CVS tip