You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
204 B

--TEST--
PostgreSQL pg_update()
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php
include("pg_update.inc");
?>
--EXPECT--
UPDATE php_pgsql_test SET num=1234,str='ABC',bin='XYZ' WHERE num=1234;
Ok