Searched refs:toclientstr (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py229 def toclientstr(str): function
235 def toclientstr(str): function
755 conn = PQconnectdb(toclientstr("dbname = " + dbname))
761 res = PQexec(conn, toclientstr(sql))

Completed in 116 milliseconds