DB Commands
Commands in the DB module include:
| Command | Description |
|---|---|
| guc-create | To create a database owned by a specific user. |
| guc-set | Set a GUC value in a PostgreSQL database. |
| guc-show | Show the current value of a GUC in a PostgreSQL database. |
| db-set-readonly | Turn PG read-only mode 'on' or 'off'. |
| db-test-io | Use the 'fio' Flexible IO Tester on the PostgreSQL data directory |