Searched refs:PQchangePassword (Results 1 – 2 of 2) sorted by relevance
21 PHP_CHECK_LIBRARY([pq], [PQchangePassword],23 [Define to 1 if libpq has the 'PQchangePassword' function (PostgreSQL 17
404 static PGresult *PQchangePassword(PGconn *conn, const char *user, const char *passwd) in PQchangePassword() function6189 pg_result = PQchangePassword(link->conn, ZSTR_VAL(user), ZSTR_VAL(passwd)); in PHP_FUNCTION()
Completed in 18 milliseconds