PostgreSQL
From Porcelinux
Potente e storico server SQL by RedHat
- Query al volo su un database Postgres
export PGPASSWORD="password" psql -t -A -h <hostname> <database> <utente> -c "SELECT nome FROM ladri WHERE categoria LIKE '%mafioso%'"; Berlusconi
- Ecco

