summaryrefslogtreecommitdiff
path: root/ext/pgsql/tests/README.md
blob: ecc2919eb86f6b8863a7f322f63bebf8a5b669db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The pgsql extension tests

Test scripts assumes:

* PostgreSQL server is installed locally
* There is a PostgreSQL account for the users running the test scripts
* There is database named `test`

For instance, if your login name is `testuser`, you should have PostgreSQL user
account named `testuser` and grant that user access to the database `test`.

If you have account and database, type `createdb test` from command prompt to
create the database to execute the test scripts. By executing the above command
as the same user running the tests you ensure that the user is granted access to
the database.

If you find problems in PostgreSQL extension, please report a
[bug](https://bugs.php.net).