From ee1cd4d12fc029c3c179859399d3dc1850962088 Mon Sep 17 00:00:00 2001 From: cbbrowne Date: Mon, 31 Oct 2016 13:17:17 -0400 Subject: [PATCH] psql docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edfd6c1..4564beb 100644 --- a/README.md +++ b/README.md @@ -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