--TEST-- PostgreSQL pg_update() --SKIPIF-- --FILE-- --EXPECT-- UPDATE php_pgsql_test SET num=1234,str='ABC',bin='XYZ' WHERE num=1234; Ok