Description
This function lists an account's PostgreSQL® database users.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
This function does not accept parameters.
Returns
Return |
Type |
Description |
Possible values |
Example |
dblist |
hash |
A hash that contains each database and database username. |
This hash includes the db and userparameters. |
|
db |
string |
The database name. The function returns this parameter in the dblist hash. |
A valid string. |
example_pgdb1 |
user |
string |
The database username. The function returns this parameter in the dblist hash. |
A valid string. |
example_pguser1 |
user |
string |
The database username. |
A valid string. |
example_pguser1 |
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |