From f957a03a33ae8b13241e03f04ac5b505a840c50b Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Tue, 23 Jul 2013 10:13:21 +0200 Subject: [PATCH] Changed an obsolete description in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a48d979..e30f50e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Requirements Linux 2.6, python 2.6, psycopg2, curses -The tool assumes an ability to connect to the PostgreSQL via the local socket path with the user postgres and no password (or the password set in .pgpass). +By default pg_view assumes it's able to connect to the local PostgreSQL instance with the user postgres and no password. On some systems it might be necessary to change your pg_hba.conf or set the password in .pgpass. A different user name can be specified in the configuration file, although specifying that file (with -C) turns off autodetection of connection parameters and available databases. How it works: