Warning, /sdk/codevis/thirdparty/soci/languages/ada/postgresql_client.gpr is written in an unsupported language. File is not indexed.

0001 project PostgreSQL_Client is
0002    for Externally_Built use "true";
0003    for Source_Dirs use ();
0004    for Library_Dir use "/usr/local/lib";
0005    for Library_Name use "pq";
0006    for Library_Kind use "static";
0007 end PostgreSQL_Client;
0008