gaulthiergain-tools/testfiles/test_postgres.json
2020-09-16 09:14:26 +02:00

15 lines
No EOL
606 B
JSON
Executable file

{
"typeTest": "exec",
"timeMsCommand": 2000,
"listCommands": [
"PGPASSWORD=postgres psql -U postgres -c \"\conninfo\"",
"PGPASSWORD=postgres psql -U postgres -c \"\l\"",
"PGPASSWORD=postgres psql -U postgres -c \"\dt\"",
"PGPASSWORD=postgres psql -U postgres -c \"\dn\"",
"PGPASSWORD=postgres psql -U postgres -c \"\df\"",
"PGPASSWORD=postgres psql -U postgres -c \"\dv\"",
"PGPASSWORD=postgres psql -U postgres -c \"\du\"",
"PGPASSWORD=postgres psql -U postgres -c \"SELECT version();\"",
"PGPASSWORD=postgres psql -U postgres -a -w -f queries_postgres.sql"
]
}