33.10. Control Functions
int PQclientEncoding(const PGconn *conn);char *pg_encoding_to_char(int encoding_id);int PQsetClientEncoding(PGconn *conn, const char *encoding);typedef enum
{
PQERRORS_TERSE,
PQERRORS_DEFAULT,
PQERRORS_VERBOSE
} PGVerbosity;
PGVerbosity PQsetErrorVerbosity(PGconn *conn, PGVerbosity verbosity);Note
Last updated
Was this helpful?