Home
last modified time | relevance | path

Searched refs:pg_query (Results 26 – 50 of 55) sorted by relevance

123

/PHP-8.1/ext/pgsql/tests/
H A Dbug77047.phpt17 pg_query($db, "DROP TABLE IF EXISTS bug77047");
18 pg_query($db, "CREATE TABLE bug77047 (
29 $res = pg_query($db, "SELECT t FROM bug77047");
H A Dbug72028.phpt17 pg_query($conn, "CREATE TABLE $table (value TEXT, details TEXT);");
32 $r = pg_query($conn, "SELECT * FROM $table");
37 pg_query($conn, "DROP TABLE $table");
H A Dbug68638.phpt16 pg_query($conn, "CREATE TABLE $table (id INT, value FLOAT)");
28 $rs = pg_query($conn, "SELECT * FROM $table");
33 pg_query($conn, "DROP TABLE $table");
H A D08escape.phpt48 pg_query($db, "DELETE FROM ".$table_name." WHERE num = 10000;");
50 pg_query($db, $sql);
55 $result = pg_query($db, $sql);
64 @pg_query($db, "SET bytea_output = 'escape'");
67 $result = pg_query($db, $sql);
H A Dbug71998.phpt16 pg_query($db, "CREATE TABLE tmp_statistics (id integer NOT NULL, remote_addr inet);");
67 …//pg_query($db, "INSERT INTO tmp_statistics (id, remote_addr) VALUES (2, '127.0.0.1')"); // OK, re…
71 $r = pg_query($db, "SELECT * FROM tmp_statistics");
77 pg_query($db, "DROP TABLE tmp_statistics");
H A D80_bug39971.phpt19 pg_query($dbh, "CREATE TABLE php_test (id SERIAL, tm timestamp NOT NULL)");
27 pg_query($dbh, "DROP TABLE php_test");
H A Dbug72197.phpt23 pg_query($conn, "BEGIN");
32 pg_query($conn, "ROLLBACK");
H A Dbug71062.phpt16 pg_query($db, "CREATE TABLE $table ( test_field TIMESTAMPTZ )");
33 pg_query($db, "DROP TABLE $table");
H A D04async_query.phpt46 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
47 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A D03sync_query.phpt14 $result = pg_query($db, "SELECT * FROM ".$table_name.";");
83 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
84 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
128 $result = pg_query($db, "INSERT INTO ".$table_name." VALUES (9999, 'ABC');");
H A Dpg_trace.phpt16 $res = pg_query($db, 'select 1');
H A D06copy.phpt16 pg_query($db, "DELETE FROM $table_name");
H A D05large_object.phpt70 pg_query($db, 'begin');
72 pg_query($db, 'commit');
73 pg_query($db, 'begin');
80 pg_query($db, 'commit');
H A D16pg_result_status.phpt14 $result = pg_query($db, "BEGIN;END");
H A Dlcmess.inc12 if (pg_fetch_result(pg_query($conn, "SHOW LC_MESSAGES"), 0, 0) != $lc_messages) {
H A D32nb_async_query.phpt56 pg_num_rows(pg_query($db, "SELECT * FROM ".$table_name.";"));
57 pg_num_fields(pg_query($db, "SELECT * FROM ".$table_name.";"));
H A Dbug76548.phpt13 $result = pg_query($conn, 'SELECT v FROM (VALUES (1), (2), (3)) AS t(v)');
H A Dgh12763.phpt15 pg_query($conn, 'select 1 as a');
H A D14pg_update_9.phpt17 pg_query($db, "SET standard_conforming_strings = 0");
H A D17result.phpt16 $result = pg_query($db, $sql) or die('Cannot query db');
H A D22pg_fetch_object.phpt22 $result = pg_query($db, $sql) or die('Cannot query db');
H A D80_bug36625.phpt25 $res = pg_query($dbh, 'select 1');
H A Dbug60244.phpt15 $result = pg_query($db, "select 'a' union select 'b'");
H A D10pg_convert_9.phpt17 pg_query($db, "SET standard_conforming_strings = 0");
H A D12pg_insert_9.phpt17 pg_query($db, "SET standard_conforming_strings = 0");

Completed in 44 milliseconds

123