mirror of
https://github.com/php/php-src.git
synced 2024-12-18 06:21:41 +08:00
.. | ||
00version.phpt | ||
01createdb.phpt | ||
02connection.phpt | ||
03sync_query.phpt | ||
04async_query.phpt | ||
05large_object.phpt | ||
06_bug73498.phpt | ||
06copy.phpt | ||
07optional.phpt | ||
08escape.phpt | ||
09notice.phpt | ||
10pg_convert_9.phpt | ||
10pg_convert_json_array.phpt | ||
10pg_convert.phpt | ||
11pg_meta_data.phpt | ||
12pg_insert_9.phpt | ||
12pg_insert.phpt | ||
13pg_select_9.phpt | ||
13pg_select.phpt | ||
14pg_update_9.phpt | ||
14pg_update.phpt | ||
15pg_delete.phpt | ||
16pg_result_status.phpt | ||
17result.phpt | ||
18pg_escape_bytea_before.phpt | ||
18pg_escape_bytea_esc.phpt | ||
18pg_escape_bytea_hex.phpt | ||
19pg_ping.phpt | ||
20pg_get_pid.phpt | ||
21pg_get_notify.phpt | ||
22pg_fetch_object.phpt | ||
23sync_query_params.phpt | ||
24sync_query_prepared.phpt | ||
25async_query_params.phpt | ||
26async_query_prepared.phpt | ||
27large_object_oid.phpt | ||
28large_object_import_oid.phpt | ||
29nb_async_connect.phpt | ||
30nb_async_query_params.phpt | ||
31nb_async_query_prepared.phpt | ||
32nb_async_query.phpt | ||
80_bug14383.phpt | ||
80_bug24499.phpt | ||
80_bug27597.phpt | ||
80_bug32223.phpt | ||
80_bug32223b.phpt | ||
80_bug36625.phpt | ||
80_bug39971.phpt | ||
80_bug42783.phpt | ||
98old_api.phpt | ||
9999dropdb.phpt | ||
bug37100_9.phpt | ||
bug37100.phpt | ||
bug46408.phpt | ||
bug47199.phpt | ||
bug60244.phpt | ||
bug64609.phpt | ||
bug65119.phpt | ||
bug68638.phpt | ||
bug71062.phpt | ||
bug71998.phpt | ||
bug72028.phpt | ||
bug72195.phpt | ||
bug72197.phpt | ||
bug75419.phpt | ||
bug76548.phpt | ||
bug77047.phpt | ||
close_default_link.phpt | ||
config.inc | ||
CONFLICTS | ||
connect_after_close.phpt | ||
lcmess.inc | ||
nonblocking.inc | ||
pg_delete_001.phpt | ||
pg_insert_001.phpt | ||
pg_insert_002.phpt | ||
pg_meta_data_001.phpt | ||
pg_select_001.phpt | ||
pg_update_001.phpt | ||
php.gif | ||
README.md | ||
skipif.inc |
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.