tags:

views:

196

answers:

2

I want to write application which uses Postgresql as DBMS. To write client application do I need libpq library and header files? If yes where I would get libpq library and header files.

Thanks and Regards

Devara Gudda

+1  A: 

In postgresql sources, src\interfaces\libpq.

And yes, it is possible to compile only the libpq.

Andrejs Cainikovs
+1  A: 

you can get libq from PostgreSql Download section , you should download full package which include also libq

here is a libq documentation , you may find helpful

Adinochestva