On Fri, 2026-07-10 at 23:22 -0500, Igor Korot wrote: > Do I understand correctly that I can use "pg_config --cflags" and > "pg_config --libs" > as input to build my program that links with libpq?
No - that is for building the server (or server code like extensions). Instructions for building client code are at https://www.postgresql.org/docs/current/libpq-build.html Yours, Laurenz Albe
