Home
last modified time | relevance | path

Searched refs:pg_delete (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A Dpg_delete_001.phpt2 PostgreSQL pg_delete() - basic test using schema
27 pg_delete($conn, 'foo', array('id' => 1, 'id2' => 0));
28 pg_delete($conn, 'foo', array('id' => 1, 'id2' => 2));
29 var_dump(pg_delete($conn, 'foo', array('id' => 1, 'id2' => 2), PGSQL_DML_STRING));
31 pg_delete($conn, 'phptests.foo', array('id' => 2, 'id2' => 1));
32 pg_delete($conn, 'phptests.foo', array('id' => 2, 'id2' => 3));
33 var_dump(pg_delete($conn, 'phptests.foo', array('id' => 2, 'id2' => 3), PGSQL_DML_STRING));
39 pg_delete($conn, 'bar', array('id' => 1, 'id2' => 2));
40 var_dump(pg_delete($conn, 'bar', array('id' => 1, 'id2' => 2), PGSQL_DML_STRING));
83 Warning: pg_delete(): Table 'bar' doesn't exists in %s on line %d
[all …]
H A D15pg_delete.phpt2 PostgreSQL pg_delete()
15 if (!pg_delete($db, $table_name, $ids)) {
H A Dbug47199.phpt2 Bug #47199 (pg_delete fails on NULL)
22 $query = pg_delete($dbh, $tbl_name, array('null_field' => NULL,'not_null_field' => 2), PGSQL_DML_ST…
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h184 PHP_FUNCTION(pg_delete);
H A DREADME211 bool pg_delete(resource db, string table, array ids[, bool convert[, bool async]])
H A Dpgsql.c687 PHP_FE(pg_delete, arginfo_pg_delete)
6529 PHP_FUNCTION(pg_delete) argument
/PHP-5.5/
H A DNEWS1331 for pg_insert()/pg_update()/pg_delete()/pg_select(). (Yasuo)
1683 /pg_delete()/pg_insert()). (Yasuo)
4853 . Fixed bug #47199 (pg_delete() fails on NULL). (ewgraf at gmail dot com)

Completed in 46 milliseconds