Re: [HACKERS] adding a new catalog

2006-02-08 Thread andrew
oh, my mistake. I only do "make install-bin". Now it is successfully created. Thanks. On 2/8/06, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > 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

Re: [HACKERS] adding a new catalog

2006-02-08 Thread Alvaro Herrera
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 t

[HACKERS] adding a new catalog

2006-02-08 Thread andrew
Hi 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