| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | andrew <andrew(dot)ylzhou(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: adding a new catalog |
| Date: | 2006-02-08 15:56:00 |
| Message-ID: | 20060208155600.GB7301@surnet.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-02-08 15:59:55 | Re: Expression index with function based on current_user? |
| Previous Message | andrew | 2006-02-08 15:52:31 | adding a new catalog |