xref: /PHP-7.4/ext/pgsql/tests/README.md (revision 83e565e2)
1# The pgsql extension tests
2
3Test scripts assumes:
4
5* PostgreSQL server is installed locally
6* There is a PostgreSQL account for the users running the test scripts
7* There is database named `test`
8
9For instance, if your login name is `testuser`, you should have PostgreSQL user
10account named `testuser` and grant that user access to the database `test`.
11
12If you have account and database, type `createdb test` from command prompt to
13create the database to execute the test scripts. By executing the above command
14as the same user running the tests you ensure that the user is granted access to
15the database.
16
17If you find problems in PostgreSQL extension, please report a
18[bug](https://bugs.php.net).
19