1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/pgsql/tests
George Peter Banyard 51b70e4414 Merge branch 'PHP-8.2'
* PHP-8.2:
  Fixed bug GH-10270 Unable to return CURL_READFUNC_PAUSE in readfunc callback
  Fix GH-10672 (pg_lo_open segfaults in the strict_types mode)
2023-02-24 14:33:47 +00:00
..
2021-06-14 14:40:38 +02:00
2021-06-14 14:40:38 +02:00
2021-09-03 11:18:19 +02:00
2021-06-14 14:40:38 +02:00
2021-06-14 14:40:38 +02:00
2021-06-14 14:40:38 +02:00
2021-06-14 14:40:38 +02:00
2021-06-14 14:40:38 +02:00
2022-05-05 10:14:56 +02:00
2022-05-12 14:55:11 +02:00

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.