Tagged Questions
1
vote
1answer
109 views
PQescapeLiteral not defined?
This is about the most basic libpq example I could think of to illustrate my problem. The goal here is just to print out the escaped string.
#include <iostream>
#include <libpq-fe.h>
...
0
votes
1answer
99 views
Is there a way to list PostgreSQL servers?
Currently I am writing client to PostgreSQL servers. I want to list the details (ip address and port number) of the servers that is running PostgreSQL servers in the local network. Is there some ...