| From: | David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: PGDATA |
| Date: | 2014-12-18 01:37:48 |
| Message-ID: | 1418866668105-5831210.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Adrian Klaver-4 wrote
> Just out of curiosity is there a reason PGDATA is not listed with the
> other environment variables here?:
>
> http://www.postgresql.org/docs/9.3/interactive/libpq-envars.html
Yes, because PGDATA is not a client concern and thus is not something that
libpq cares about.
Clients only care about the public interface the server offers - stuff that
is socket related or that aids in identifying itself.
David J.
--
View this message in context: http://postgresql.nabble.com/PGDATA-tp5831209p5831210.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2014-12-18 01:39:25 | Re: PGDATA |
| Previous Message | Adrian Klaver | 2014-12-18 01:23:36 | PGDATA |