Hello
I'm a student and I'm tring to undestand the easier way to create a new index ( ARB-Tree ) into Postgres 8.4. I found information about all tables ( PG_AM , PG_CLASS ...) to use and I found some C code sample but I need information about this points :
- What do I need to compile code in Windows XP ?
- How can I debug code while I'm using DB ?
- Where do I have to put my "extension" in database directory
Please help me !!!!!
Roberto
I'm a student and I'm tring to undestand the easier way to create a new index ( ARB-Tree ) into Postgres 8.4. I found information about all tables ( PG_AM , PG_CLASS ...) to use and I found some C code sample but I need information about this points :
- What do I need to compile code in Windows XP ?
- How can I debug code while I'm using DB ?
- Where do I have to put my "extension" in database directory
Please help me !!!!!
Roberto
Comment