Re: [HACKERS] Instructions for adding new catalog

2008-08-03 Thread Tom Lane
"Gustavo Tonini" <[EMAIL PROTECTED]> writes: > Well, just for documenting the process... > Adding new postgres catalog in 2 little steps: > 1)Write catalog header file and save it into "src/include/catalog" > directory. Hint: copy format from other catalog headers. > 2)Add your header file name to

Re: [HACKERS] Instructions for adding new catalog

2008-08-03 Thread Gustavo Tonini
Thanks for reply, Tom. Well, just for documenting the process... Adding new postgres catalog in 2 little steps: 1)Write catalog header file and save it into "src/include/catalog" directory. Hint: copy format from other catalog headers. 2)Add your header file name to variable POSTGRES_BKI_SRCS in f

Re: [HACKERS] Instructions for adding new catalog

2008-08-01 Thread Tom Lane
"Gustavo Tonini" <[EMAIL PROTECTED]> writes: > I read the archives, but I can't find the instructions for adding new > catalogs to the system. That's probably because there aren't any. Look at recent patches that added a new catalog to get an idea of what you need to do. The enum patch might be a

[HACKERS] Instructions for adding new catalog

2008-08-01 Thread Gustavo Tonini
Hello, I read the archives, but I can't find the instructions for adding new catalogs to the system. Where can I find those instructions? Is there a document about this? Thanks, Gustavo. P.S: Please CC to me on reply -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make