Home
last modified time | relevance | path

Searched refs:pg_select (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A Dpg_select_001.phpt2 PostgreSQL pg_select() - basic test using schema
23 var_dump(pg_select($conn, 'foo', array('id' => 1)));
26 var_dump(pg_select($conn, 'phptests.foo', array('id' => 1)));
29 var_dump(pg_select($conn, 'phptests.bar', array('id' => 1)));
32 var_dump(pg_select($conn, 'phptests.bar', array('id4' => 4)));
41 Warning: pg_select(): Table 'foo' doesn't exists in %s on line %d
53 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
H A D13pg_select.phpt2 PostgreSQL pg_select()
18 $res = pg_select($db, $table_name, $ids) or print "Error\n";
20 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
H A D13pg_select_9.phpt2 PostgreSQL pg_select() (9.0+)
20 $res = pg_select($db, $table_name, $ids) or print "Error\n";
22 echo pg_select($db, $table_name, $ids, PGSQL_DML_STRING)."\n";
H A Dpg_insert_001.phpt2 PostgreSQL pg_select() - basic test using schema
22 var_dump(pg_select($conn, 'phptests.foo', array('id' => 1)));
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h185 PHP_FUNCTION(pg_select);
H A DREADME215 array pg_select(resource db, string table, array ids[, bool convert])
H A Dpgsql.c688 PHP_FE(pg_select, arginfo_pg_select)
6667 PHP_FUNCTION(pg_select) argument
/PHP-5.5/
H A DNEWS1331 for pg_insert()/pg_update()/pg_delete()/pg_select(). (Yasuo)
1682 . Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update()

Completed in 75 milliseconds