Home
last modified time | relevance | path

Searched refs:psql (Results 226 – 250 of 6842) sorted by relevance

12345678910>>...274

/dports/databases/postgresql10-plpython/postgresql-10.19/src/test/recovery/t/
H A D001_stream_rep.pl62 is($node_standby_1->psql('postgres', 'INSERT INTO tab_int VALUES (1)'),
97 $node1->psql('postgres', 'SHOW port;',
125 $node_master->psql('postgres',"
136 $node_master->psql('postgres', 'SHOW ALL;',
141 $node_master->psql('postgres', 'SHOW ALL;',
148 $node_master->psql('postgres', 'SHOW work_mem;',
153 $node_master->psql('postgres', 'SHOW work_mem;',
160 $node_master->psql('postgres', 'SHOW data_directory;',
165 $node_master->psql('postgres', 'SHOW data_directory;',
179 is( $node_master->psql(
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/test/recovery/t/
H A D001_stream_rep.pl62 is($node_standby_1->psql('postgres', 'INSERT INTO tab_int VALUES (1)'),
97 $node1->psql('postgres', 'SHOW port;',
125 $node_master->psql('postgres',"
136 $node_master->psql('postgres', 'SHOW ALL;',
141 $node_master->psql('postgres', 'SHOW ALL;',
148 $node_master->psql('postgres', 'SHOW work_mem;',
153 $node_master->psql('postgres', 'SHOW work_mem;',
160 $node_master->psql('postgres', 'SHOW data_directory;',
165 $node_master->psql('postgres', 'SHOW data_directory;',
179 is( $node_master->psql(
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/test/recovery/t/
H A D001_stream_rep.pl62 is($node_standby_1->psql('postgres', 'INSERT INTO tab_int VALUES (1)'),
97 $node1->psql('postgres', 'SHOW port;',
125 $node_master->psql('postgres',"
136 $node_master->psql('postgres', 'SHOW ALL;',
141 $node_master->psql('postgres', 'SHOW ALL;',
148 $node_master->psql('postgres', 'SHOW work_mem;',
153 $node_master->psql('postgres', 'SHOW work_mem;',
160 $node_master->psql('postgres', 'SHOW data_directory;',
165 $node_master->psql('postgres', 'SHOW data_directory;',
179 is( $node_master->psql(
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/test/recovery/t/
H A D001_stream_rep.pl62 is($node_standby_1->psql('postgres', 'INSERT INTO tab_int VALUES (1)'),
97 $node1->psql('postgres', 'SHOW port;',
125 $node_master->psql('postgres',"
136 $node_master->psql('postgres', 'SHOW ALL;',
141 $node_master->psql('postgres', 'SHOW ALL;',
148 $node_master->psql('postgres', 'SHOW work_mem;',
153 $node_master->psql('postgres', 'SHOW work_mem;',
160 $node_master->psql('postgres', 'SHOW data_directory;',
165 $node_master->psql('postgres', 'SHOW data_directory;',
179 is( $node_master->psql(
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/testdata/provider/
H A Dtestdata_pg.sh36psql -q --echo-errors -c "SET client_min_messages TO WARNING;" -f "${f}" "${DB}" -v ON_ERROR_STOP=…
39 PGSERVERVERSION=$(psql -XtA -c 'SHOW server_version_num' "${DB}")
43psql -q --echo-errors -c "SET client_min_messages TO WARNING;" -f "${f}" "${DB}" -v ON_ERROR_STOP=…
49 psql -q --echo-errors "${DB}" -v ON_ERROR_STOP=1 <<EOF || exit 1
55 CHECK=$(psql -XtA 'service=qgis_test' -c "select val from qgis_test.schema_info where var='fingerpr…
73 CHECK=$(psql -XtA 'service=qgis_test user=qgis_test_user password=qgis_test_user_password' -c "sele…
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/
H A D.gitlab-ci.yml37 - psql postgres -q -c "CREATE DATABASE $DIRECTOR_TESTDB WITH ENCODING 'UTF8';"
38 …- psql $DIRECTOR_TESTDB -q -c "CREATE USER $DIRECTOR_TESTDB_USER WITH PASSWORD 'testing'; GRANT AL…
40 - psql postgres -c "DROP DATABASE $DIRECTOR_TESTDB"
41 - psql postgres -c "DROP USER $DIRECTOR_TESTDB_USER"
85 - psql postgres -q -c "CREATE DATABASE $DIRECTOR_TESTDB WITH ENCODING 'UTF8';"
86 …- psql $DIRECTOR_TESTDB -q -c "CREATE USER $DIRECTOR_TESTDB_USER WITH PASSWORD 'testing'; GRANT AL…
88 - psql postgres -c "DROP DATABASE $DIRECTOR_TESTDB"
89 - psql postgres -c "DROP USER $DIRECTOR_TESTDB_USER"
118 - psql postgres -q -c "CREATE DATABASE $DIRECTOR_TESTDB WITH ENCODING 'UTF8';"
121 - psql postgres -c "DROP DATABASE $DIRECTOR_TESTDB"
[all …]
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/
H A Dpg.t63 is_deeply [$pg->psql], [$client, @std_opts],
69 is_deeply [$pg->psql], [
122 is_deeply [$pg->psql], [qw(
145 is_deeply [$pg->psql], [qw(
194 is_deeply \@run, [$pg->psql, qw(foo bar baz)],
198 is_deeply \@spool, ['FH', $pg->psql],
202 is_deeply \@capture, [$pg->psql, qw(foo bar baz)],
211 is_deeply \@run, [$pg->psql, qw(foo bar baz)],
215 is_deeply \@spool, ['FH', $pg->psql],
219 is_deeply \@capture, [$pg->psql, qw(foo bar baz)],
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/recovery/t/
H A D001_stream_rep.pl107 $node1->psql('postgres', undef,
203 $node_primary->psql(
219 ($ret, $stdout, $stderr) = $node_primary->psql(
226 ($ret, $stdout, $stderr) = $node_primary->psql(
233 ($ret, $stdout, $stderr) = $node_primary->psql(
242 ($ret, $stdout, $stderr) = $node_primary->psql(
249 ($ret, $stdout, $stderr) = $node_primary->psql(
266 is( $node_primary->psql(
277 is( $node_standby_1->psql(
457 $node_primary->psql(
[all …]
H A D006_logical_decoding.pl34 my ($result, $stdout, $stderr) = $node_primary->psql(
44 ($result, $stdout, $stderr) = $node_primary->psql(
121 is( $node_primary->psql(
147 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
158 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
168 $node_primary->psql(
175 my $psql_rc = $node_primary->psql('postgres',
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/recovery/t/
H A D001_stream_rep.pl107 $node1->psql('postgres', undef,
203 $node_primary->psql(
219 ($ret, $stdout, $stderr) = $node_primary->psql(
226 ($ret, $stdout, $stderr) = $node_primary->psql(
233 ($ret, $stdout, $stderr) = $node_primary->psql(
242 ($ret, $stdout, $stderr) = $node_primary->psql(
249 ($ret, $stdout, $stderr) = $node_primary->psql(
266 is( $node_primary->psql(
277 is( $node_standby_1->psql(
457 $node_primary->psql(
[all …]
H A D006_logical_decoding.pl34 my ($result, $stdout, $stderr) = $node_primary->psql(
44 ($result, $stdout, $stderr) = $node_primary->psql(
121 is( $node_primary->psql(
147 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
158 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
168 $node_primary->psql(
175 my $psql_rc = $node_primary->psql('postgres',
/dports/databases/postgresql14-server/postgresql-14.1/src/test/recovery/t/
H A D001_stream_rep.pl107 $node1->psql('postgres', undef,
203 $node_primary->psql(
219 ($ret, $stdout, $stderr) = $node_primary->psql(
226 ($ret, $stdout, $stderr) = $node_primary->psql(
233 ($ret, $stdout, $stderr) = $node_primary->psql(
242 ($ret, $stdout, $stderr) = $node_primary->psql(
249 ($ret, $stdout, $stderr) = $node_primary->psql(
266 is( $node_primary->psql(
277 is( $node_standby_1->psql(
457 $node_primary->psql(
[all …]
H A D006_logical_decoding.pl34 my ($result, $stdout, $stderr) = $node_primary->psql(
44 ($result, $stdout, $stderr) = $node_primary->psql(
121 is( $node_primary->psql(
147 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
158 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
168 $node_primary->psql(
175 my $psql_rc = $node_primary->psql('postgres',
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/recovery/t/
H A D001_stream_rep.pl107 $node1->psql('postgres', undef,
203 $node_primary->psql(
219 ($ret, $stdout, $stderr) = $node_primary->psql(
226 ($ret, $stdout, $stderr) = $node_primary->psql(
233 ($ret, $stdout, $stderr) = $node_primary->psql(
242 ($ret, $stdout, $stderr) = $node_primary->psql(
249 ($ret, $stdout, $stderr) = $node_primary->psql(
266 is( $node_primary->psql(
277 is( $node_standby_1->psql(
457 $node_primary->psql(
[all …]
H A D006_logical_decoding.pl34 my ($result, $stdout, $stderr) = $node_primary->psql(
44 ($result, $stdout, $stderr) = $node_primary->psql(
121 is( $node_primary->psql(
147 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
158 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
168 $node_primary->psql(
175 my $psql_rc = $node_primary->psql('postgres',
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/recovery/t/
H A D001_stream_rep.pl107 $node1->psql('postgres', undef,
203 $node_primary->psql(
219 ($ret, $stdout, $stderr) = $node_primary->psql(
226 ($ret, $stdout, $stderr) = $node_primary->psql(
233 ($ret, $stdout, $stderr) = $node_primary->psql(
242 ($ret, $stdout, $stderr) = $node_primary->psql(
249 ($ret, $stdout, $stderr) = $node_primary->psql(
266 is( $node_primary->psql(
277 is( $node_standby_1->psql(
457 $node_primary->psql(
[all …]
H A D006_logical_decoding.pl34 my ($result, $stdout, $stderr) = $node_primary->psql(
44 ($result, $stdout, $stderr) = $node_primary->psql(
121 is( $node_primary->psql(
147 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
158 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
168 $node_primary->psql(
175 my $psql_rc = $node_primary->psql('postgres',
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/recovery/t/
H A D001_stream_rep.pl107 $node1->psql('postgres', undef,
203 $node_primary->psql(
219 ($ret, $stdout, $stderr) = $node_primary->psql(
226 ($ret, $stdout, $stderr) = $node_primary->psql(
233 ($ret, $stdout, $stderr) = $node_primary->psql(
242 ($ret, $stdout, $stderr) = $node_primary->psql(
249 ($ret, $stdout, $stderr) = $node_primary->psql(
266 is( $node_primary->psql(
277 is( $node_standby_1->psql(
457 $node_primary->psql(
[all …]
H A D006_logical_decoding.pl34 my ($result, $stdout, $stderr) = $node_primary->psql(
44 ($result, $stdout, $stderr) = $node_primary->psql(
121 is( $node_primary->psql(
147 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
158 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
168 $node_primary->psql(
175 my $psql_rc = $node_primary->psql('postgres',
/dports/databases/postgresql14-client/postgresql-14.1/src/test/recovery/t/
H A D001_stream_rep.pl107 $node1->psql('postgres', undef,
203 $node_primary->psql(
219 ($ret, $stdout, $stderr) = $node_primary->psql(
226 ($ret, $stdout, $stderr) = $node_primary->psql(
233 ($ret, $stdout, $stderr) = $node_primary->psql(
242 ($ret, $stdout, $stderr) = $node_primary->psql(
249 ($ret, $stdout, $stderr) = $node_primary->psql(
266 is( $node_primary->psql(
277 is( $node_standby_1->psql(
457 $node_primary->psql(
[all …]
H A D006_logical_decoding.pl34 my ($result, $stdout, $stderr) = $node_primary->psql(
44 ($result, $stdout, $stderr) = $node_primary->psql(
121 is( $node_primary->psql(
147 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
158 is($node_primary->psql('postgres', 'DROP DATABASE otherdb'),
168 $node_primary->psql(
175 my $psql_rc = $node_primary->psql('postgres',
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/test/recovery/t/
H A D006_logical_decoding.pl31 my ($result, $stdout, $stderr) = $node_master->psql(
41 ($result, $stdout, $stderr) = $node_master->psql(
118 is( $node_master->psql(
144 is($node_master->psql('postgres', 'DROP DATABASE otherdb'),
155 is($node_master->psql('postgres', 'DROP DATABASE otherdb'),
165 $node_master->psql(
172 my $psql_rc = $node_master->psql('postgres',
/dports/databases/postgresql13-plpython/postgresql-13.5/src/test/recovery/t/
H A D006_logical_decoding.pl31 my ($result, $stdout, $stderr) = $node_master->psql(
41 ($result, $stdout, $stderr) = $node_master->psql(
118 is( $node_master->psql(
144 is($node_master->psql('postgres', 'DROP DATABASE otherdb'),
155 is($node_master->psql('postgres', 'DROP DATABASE otherdb'),
165 $node_master->psql(
172 my $psql_rc = $node_master->psql('postgres',
/dports/databases/postgresql13-server/postgresql-13.5/src/test/recovery/t/
H A D006_logical_decoding.pl31 my ($result, $stdout, $stderr) = $node_master->psql(
41 ($result, $stdout, $stderr) = $node_master->psql(
118 is( $node_master->psql(
144 is($node_master->psql('postgres', 'DROP DATABASE otherdb'),
155 is($node_master->psql('postgres', 'DROP DATABASE otherdb'),
165 $node_master->psql(
172 my $psql_rc = $node_master->psql('postgres',
/dports/databases/postgresql13-contrib/postgresql-13.5/src/test/recovery/t/
H A D006_logical_decoding.pl31 my ($result, $stdout, $stderr) = $node_master->psql(
41 ($result, $stdout, $stderr) = $node_master->psql(
118 is( $node_master->psql(
144 is($node_master->psql('postgres', 'DROP DATABASE otherdb'),
155 is($node_master->psql('postgres', 'DROP DATABASE otherdb'),
165 $node_master->psql(
172 my $psql_rc = $node_master->psql('postgres',

12345678910>>...274