Rob Jaeger wrote:
> Is there a command or reliable method of finding the location of the
> PostgreSQL bin path?
>
> I'm currently using "SHOW hba_file;" which gives me the data path. For
> default installs I can find the bin relative to this, but it fails
> under custom installs.
>
> My apologies if this has been addressed before, but I could not find
> it in a search.
actually in some configurations (debian/ubuntu for instance) the .CONF
files like pg_hba, aren't stored in the $PGDATA directory either, they
are in /etc/postgresql/<ver>/ or something.