vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 of initdb, it only creates other catalogs. What steps did I miss here? -- andrew ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| 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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| oh, my mistake. I only do "make install-bin". Now it is successfully created. Thanks. On 2/8/06, Alvaro Herrera <alvherre@commandprompt.com> 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 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 > -- andrew ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| Thread Tools | |
| Display Modes | |
|
|