Test: /ext/pgsql/tests/pg_update_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_update_001.php on line 7
002+
003+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_update_001.php on line 10
004+
005+ Warning: pg_insert(): Table 'phptests.foo' doesn't exists in %s/pg_update_001.php on line 14
002- string(43) "UPDATE phptests.foo SET id=100 WHERE id2=2;"
003- array(2) {
004- ["id"]=>
005- string(2) "10"
006- ["id2"]=>
007- string(1) "1"
008- }
009- array(2) {
010- ["id"]=>
011- string(3) "100"
012- ["id2"]=>
013- string(1) "2"
014- }
007+
008+ Warning: pg_update(): Table 'phptests.foo' doesn't exists in %s/pg_update_001.php on line 19
009+
010+ Warning: pg_update(): Table 'phptests.foo' doesn't exists in %s/pg_update_001.php on line 20
011+ bool(false)
012+
013+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist
014+ LINE 1: SELECT * FROM foo UNION SELECT * FROM phptests.foo
015+ ^ in %s/pg_update_001.php on line 22
016+
017+ Warning: pg_fetch_assoc() expects parameter 1 to be resource, boolean given in %s/pg_update_001.php on line 23
018+
019+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_update_001.php on line 28
020+
021+ Warning: pg_query(): Query failed: ERROR: schema "phptests" does not exist in %s/pg_update_001.php on line 29