Test: /ext/pgsql/tests/pg_select_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_select_001.php on line 7
002+
003+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_select_001.php on line 9
004+
005+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist
006+ LINE 1: INSERT INTO phptests.foo VALUES (1,2)
007+ ^ in %s/pg_select_001.php on line 10
008+
009+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist
010+ LINE 1: INSERT INTO phptests.foo VALUES (2,3)
011+ ^ in %s/pg_select_001.php on line 11
012+
013+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_select_001.php on line 13
014+
015+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist
016+ LINE 1: INSERT INTO phptests.bar VALUES (4,5)
017+ ^ in %s/pg_select_001.php on line 14
018+
019+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist
020+ LINE 1: INSERT INTO phptests.bar VALUES (6,7)
021+ ^ in %s/pg_select_001.php on line 15
022+
023+ Warning: pg_select(): Table 'foo' doesn't exists in %s/pg_select_001.php on line 18
024+ bool(false)
025+
026+ Warning: pg_select(): Table 'phptests.foo' doesn't exists in %s/pg_select_001.php on line 21
027+ bool(false)
028+
029+ Warning: pg_select(): Table 'phptests.bar' doesn't exists in %s/pg_select_001.php on line 24
030+ bool(false)
031+
032+ Warning: pg_select(): Table 'phptests.bar' doesn't exists in %s/pg_select_001.php on line 27
033+ bool(false)
034+
035+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_select_001.php on line 30
036+
037+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_select_001.php on line 31
001- Warning: pg_select(): Table 'foo' doesn't exists in %s on line %d
002- bool(false)
003- array(1) {
004- [0]=>
005- array(2) {
006- ["id"]=>
007- string(1) "1"
008- ["id2"]=>
009- string(1) "2"
010- }
011- }
013- Notice: pg_select(): Invalid field name (id) in values in %s on line %d
039+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_select_001.php on line 32
014- bool(false)
015- array(1) {
016- [0]=>
017- array(2) {
018- ["id4"]=>
019- string(1) "4"
020- ["id3"]=>
021- string(1) "5"
022- }
023- }