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-20192.4 KiB10594

09notice.phptH A D05-Dec-2019743 4433

10pg_convert.phptH A D05-Dec-2019458 2925

10pg_convert_9.phptH A D05-Dec-2019523 3026

11pg_meta_data.phptH A D05-Dec-2019918 6560

12pg_insert.phptH A D05-Dec-2019494 2420

12pg_insert_9.phptH A D05-Dec-2019559 2621

13pg_select.phptH A D05-Dec-2019655 3833

13pg_select_9.phptH A D05-Dec-2019701 3934

14pg_update.phptH A D05-Dec-2019540 2521

14pg_update_9.phptH A D05-Dec-2019604 2722

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_before.phptH A D05-Dec-2019683 3125

18pg_escape_bytea_esc.phptH A D05-Dec-2019678 3125

18pg_escape_bytea_hex.phptH A D05-Dec-2019694 3428

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.3 KiB6555

80_bug32223b.phptH A D05-Dec-20191.3 KiB6756

80_bug36625.phptH A D05-Dec-2019894 5242

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-2019976 4834

bug37100_9.phptH A D05-Dec-2019928 4733

bug46408.phptH A D05-Dec-2019508 2722

bug47199.phptH A D05-Dec-20191.5 KiB6754

bug60244.phptH A D05-Dec-20191.2 KiB5848

bug64609.phptH A D05-Dec-2019525 3025

bug65119.phptH A D05-Dec-2019646 4138

bug68638.phptH A D05-Dec-20191.2 KiB5443

config.incH A D05-Dec-2019553 1610

lcmess.incH A D05-Dec-2019380 2217

pg_delete_001.phptH A D05-Dec-20192.2 KiB8772

pg_insert_001.phptH A D05-Dec-2019869 4129

pg_insert_002.phptH A D05-Dec-2019564 2721

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-2019980 4639

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