PostgreSQL

From Porcelinux

Jump to: navigation, search

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
Personal tools