Re: adding a new catalog - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: adding a new catalog
Date
Msg-id 20060208155600.GB7301@surnet.cl
Whole thread Raw
In response to adding a new catalog  (andrew <andrew.ylzhou@gmail.com>)
Responses Re: adding a new catalog
List pgsql-hackers
andrew wrote:

> I am trying to add a new catalog to the system. I had followed the
> instructions in the comments. Now I can see the definition of the new
> catalog table and its index in file "postgres.bki" after doing make.
> 
> However, initdb still did not create the new catalog table.  From the
> debug information of initdb, it only creates other catalogs. What
> steps did I miss here?

Are you sure that the postgres.bki file that initdb is picking up
contains your modifications?  i.e. did you "make install" in the whole
source tree?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: andrew
Date:
Subject: adding a new catalog
Next
From: Tom Lane
Date:
Subject: Re: Expression index with function based on current_user?