Home
last modified time | relevance | path

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

/php-src/ext/pgsql/
H A Dconfig.m421 PHP_CHECK_LIBRARY([pq], [PQchangePassword],
23 [Define to 1 if libpq has the 'PQchangePassword' function (PostgreSQL 17
H A Dpgsql.c404 static PGresult *PQchangePassword(PGconn *conn, const char *user, const char *passwd) in PQchangePassword() function
6189 pg_result = PQchangePassword(link->conn, ZSTR_VAL(user), ZSTR_VAL(passwd)); in PHP_FUNCTION()

Completed in 18 milliseconds