Name Date Size #Lines LOC

..05-Dec-2019-

01createdb.phptH A D05-Dec-2019478 2924

02connection.phptH A D05-Dec-2019953 6054

03sync_query.phptH A D05-Dec-20191.9 KiB7466

04async_query.phptH A D05-Dec-20191.3 KiB6656

05large_object.phptH A D05-Dec-20192 KiB8372

06copy.phptH A D05-Dec-2019299 2315

07optional.phptH A D05-Dec-2019460 2520

08escape.phptH A D05-Dec-20191.6 KiB6960

09notice.phptH A D05-Dec-2019629 3930

10pg_convert.phptH A D05-Dec-2019463 3025

10pg_convert_85.phptH A D05-Dec-2019530 3126

11pg_meta_data.phptH A D05-Dec-2019918 6560

12pg_insert.phptH A D05-Dec-2019497 2520

12pg_insert_85.phptH A D05-Dec-2019564 2721

13pg_select.phptH A D05-Dec-2019651 3833

13pg_select_85.phptH A D05-Dec-2019662 3833

14pg_update.phptH A D05-Dec-2019541 2621

14pg_update_85.phptH A D05-Dec-2019608 2822

15pg_delete.phptH A D05-Dec-2019358 2420

16pg_result_status.phptH A D05-Dec-2019362 2016

17result.phptH A D05-Dec-20191,007 6862

18pg_escape_bytea.phptH A D05-Dec-2019615 3024

19pg_ping.phptH A D05-Dec-2019223 1613

20pg_get_pid.phptH A D05-Dec-2019263 1814

21pg_get_notify.phptH A D05-Dec-2019356 2116

22pg_fetch_object.phptH A D05-Dec-2019649 3831

23sync_query_params.phptH A D05-Dec-20191.3 KiB6052

24sync_query_prepared.phptH A D05-Dec-20191.4 KiB6658

25async_query_params.phptH A D05-Dec-20191.6 KiB7163

26async_query_prepared.phptH A D05-Dec-20192.6 KiB10796

27large_object_oid.phptH A D05-Dec-20191.2 KiB4841

28large_object_import_oid.phptH A D05-Dec-20191.2 KiB4941

80_bug14383.phptH A D05-Dec-20191.1 KiB5349

80_bug24499.phptH A D05-Dec-2019916 6755

80_bug27597.phptH A D05-Dec-2019847 6152

80_bug32223.phptH A D05-Dec-20191.1 KiB5948

80_bug32223b.phptH A D05-Dec-20191.2 KiB6151

80_bug36625.phptH A D05-Dec-2019872 5041

80_bug39971.phptH A D05-Dec-2019582 3124

80_bug42783.phptH A D05-Dec-2019622 3528

98old_api.phptH A D05-Dec-2019674 3427

9999dropdb.phptH A D05-Dec-2019232 1914

READMEH A D05-Dec-2019704 1713

bug37100.phptH A D05-Dec-2019946 4733

bug37100_85.phptH A D05-Dec-2019942 4733

bug47199.phptH A D05-Dec-20191.5 KiB6754

bug60244.phptH A D05-Dec-20191.2 KiB5848

bug64609.phptH A D05-Dec-2019523 3125

config.incH A D05-Dec-2019461 129

lcmess.incH A D05-Dec-2019380 2217

pg_delete_001.phptH A D05-Dec-20192.2 KiB8772

pg_insert_001.phptH A D05-Dec-2019861 4129

pg_meta_data_001.phptH A D05-Dec-20191.4 KiB9382

pg_select_001.phptH A D05-Dec-20191.3 KiB6450

pg_update_001.phptH A D05-Dec-20191.2 KiB5240

php.gifH A D05-Dec-20193.8 KiB

skipif.incH A D05-Dec-2019851 3326

README

1Test scripts assumes:
2 - PostgreSQL server is installed locally
3 - there is a PostgreSQL account for the users running the test scripts
4 - there is database named "test"
5
6For instance, if your login name is 'testuser', you should have PostgreSQL
7user account named 'testuser' and grant that user access to the database
8'test'.
9
10If you have account and database, type "createdb test" from command prompt
11to create the database to execute the test scripts. By executing the above
12command as the same user running the tests you ensure that the user is
13granted access to the database.
14
15If you find problems in PostgreSQL module, please mail to
16intenals@lists.php.net, helly@php.net or yohgaki@php.net.
17