Re: Postgres registry access using java - Mailing list pgsql-general

From Anirban Pal
Subject Re: Postgres registry access using java
Date
Msg-id E1B81FFA02F74559A058FA34CCFFF5F6@central.newgen.local
Whole thread Raw
In response to Postgres registry access using java  ("Anirban Pal" <anirban.pal@newgen.co.in>)
Responses Re: Postgres registry access using java  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
 
Thanks Josh for your kind reply. In the pg_settings table all reference to the folder is with reference to data directory. Like 
"config_file"   "C:/Program Files/PostgreSQL/8.3/data/postgresql.conf"
"data_directory"   "C:/Program Files/PostgreSQL/8.3/data"
"hba_file"   "C:/Program Files/PostgreSQL/8.3/data/pg_hba.conf"
"ident_file"   "C:/Program Files/PostgreSQL/8.3/data/pg_ident.conf"
No reference to postgres instalation base directory, i mean where postgres have been installed. And it is possible to install data directory as users's convinient location, may be outside instalation directory. In that case how to fetch postgres instalation directory? I am looking for lib directory, which I can found out by traversing directory path once I find what is base installed directory for postgresql. Whatever thanks again for your reply. 
Regards
Anirban

Disclaimer :- This e-mail and any attachment may contain confidential, proprietary or legally privileged information. If you are not the origin al intended recipient and have erroneously received this message, you are prohibited from using, copying, altering or disclosing the content of this message. Please delete it immediately and notify the sender. Newgen Software Technologies Ltd (NSTL) accepts no responsibilities for los s or damage arising from the use of the information transmitted by this email including damages from virus and further acknowledges that no bin ding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of NSTL.

pgsql-general by date:

Previous
From: "Anirban Pal"
Date:
Subject: Re: How to Install Postgres 8.3 in Solaris 10 as a service
Next
From: "Anirban Pal"
Date:
Subject: Re: Postgres registry access using java