Janek Sendrowski wrote: > Hi, > > I like to try some things with C and I need certain postgres libraries for it. > This time, I'm including postgres.h for example, but postgres.h doesn't include it's files. > How do I include the whole tree, or is there a certain directory I can use. > I just want to compile and run the files for first. You don't ever include all the header files we ship; most contain stuff you don't care about. Just list the ones you really need in separate #include lines. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general