Home
last modified time | relevance | path

Searched refs:PQconnectdb (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py205 PQconnectdb = libpq.PQconnectdb variable
206 PQconnectdb.restype = c_void_p
207 PQconnectdb.argtypes = [ c_char_p ]
527 conn = PQconnectdb("dbname = " + dbname)