From 1481897159572486fd28b5de9390bbdb90ad794c Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Sat, 21 Jul 2018 12:22:57 +0000 Subject: [PATCH] Clarify that PG* variables are used by psql directly. Closes #2628 git-svn-id: http://svn.osgeo.org/postgis/trunk@16652 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_tigergeocoder.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/extras_tigergeocoder.xml b/doc/extras_tigergeocoder.xml index bfbb87a08..31055a512 100644 --- a/doc/extras_tigergeocoder.xml +++ b/doc/extras_tigergeocoder.xml @@ -781,6 +781,7 @@ TMPDIR="/gisdata/temp/" UNZIPTOOL=unzip WGETTOOL="/usr/bin/wget" export PGBIN=/usr/lib/postgresql/9.4/bin +-- variables used by psql: https://www.postgresql.org/docs/current/static/libpq-envars.html export PGPORT=5432 export PGHOST=localhost export PGUSER=postgres -- 2.40.0