psql docs

This commit is contained in:
cbbrowne 2016-10-31 13:17:17 -04:00
parent ec440bf509
commit ee1cd4d12f

View File

@ -59,6 +59,7 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
### CLI
* [pgcli](https://github.com/dbcli/pgcli) - Postgres CLI with autocompletion and syntax highlighting
* [psql2csv](https://github.com/fphilipe/psql2csv) - Run a query in psql and output the result as CSV
* [psql](https://www.postgresql.org/docs/current/static/app-psql.html) - The built-in PostgreSQL CLI client
### Server
* [Postgres-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based Database Cluster