Re: Postgres registry access using java

From: "Anirban Pal" <anirban(dot)pal(at)newgen(dot)co(dot)in>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Postgres registry access using java
Date: 2009-05-28 06:04:56
Message-ID: E1B81FFA02F74559A058FA34CCFFF5F6@central.newgen.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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. RegardsAnirban
Disclaimer :- This e-mail and any attachment may contain confidential, proprietary or legally privileged information. If you are not the original 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 loss or damage arising from the use of the information transmitted by this email including damages from virus and further acknowledges that no binding nature of the message shall be implied or assumed unless the sender does so expressly with due authority of NSTL.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anirban Pal 2009-05-28 06:10:42 Re: How to Install Postgres 8.3 in Solaris 10 as a service
Previous Message Douglas Alan 2009-05-28 02:43:20 Re: What is the right way to deal with a table with rows that are not in a random order?