Test: /ext/pgsql/tests/pg_meta_data_001.phpt - Version 5.4.0RC4    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: pg_query(): Query failed: ERROR: permission denied for database test in %s/pg_meta_data_001.php on line 7
002+
003+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_meta_data_001.php on line 9
033- array(2) {
034- ["id"]=>
035- array(6) {
036- ["num"]=>
037- int(1)
038- ["type"]=>
039- string(4) "int4"
036+
037+ Warning: pg_meta_data(): Table 'phptests.foo' doesn't exists in %s/pg_meta_data_001.php on line 15
038+ bool(false)
039+
040+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_meta_data_001.php on line 19
041+
042+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_meta_data_001.php on line 20
040- ["len"]=>
041- int(4)
042- ["not null"]=>
043- bool(false)
044- ["has default"]=>
045- bool(false)
046- ["array dims"]=>
047- int(0)
048- }
049- ["id2"]=>
050- array(6) {
051- ["num"]=>
052- int(2)
053- ["type"]=>
054- string(4) "int4"
055- ["len"]=>
056- int(4)
057- ["not null"]=>
058- bool(false)
059- ["has default"]=>
060- bool(false)
061- ["array dims"]=>
062- int(0)
063- }
064- }