# Выгрузка результатов запросов

### В html  


```bash
$ psql -h <host> -p <port> -U postgres -H -c "SQL command"
```