1ECHOPING_POSTGRESQL(1) General Commands Manual ECHOPING_POSTGRESQL(1)
2
3
4
6 echoping_postgresql - echoping plugin which connects to a PostgreSQL
7 RDBMS server
8
10 echoping [echoping options] -m postgresql hostname [-cconninfo] [-e]
11 [-r] [SQL-request]
12
14 postgresql is an echoping plugin to connect to PostgreSQL RDBMS
15 servers.
16
18 [SQL-request] The request to the PostgreSQL server (in SQL). Only
19 SELECT are supported. The default is 'SELECT now()'.
20
21
22 OPTIONS
23
24 -c, --conninfo
25 Connection information for the Postgresql server. Something like
26 'dbname=bar'
27
28 -r, --readall
29 Read all the data sent by the Postgresql server
30
31 -e, --connect-each-time
32 (Re)connect to the Postgresql server at each iteration
33
35 echoping(1),
36
38 Stephane Bortzmeyer <bortz@users.sourceforge.net>
39
40
41
42 May 26, 2004 ECHOPING_POSTGRESQL(1)