Re: Postgres registry access using java

From: "Anirban Pal" <anirban(dot)pal(at)newgen(dot)co(dot)in>
To: "Joshua Tolley" <eggyknap(at)gmail(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres registry access using java
Date: 2009-05-28 06:12:31
Message-ID: 9FDB8854BDF94B9AA69F214AC6ADE7DE@central.newgen.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

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.

In response to

Browse pgsql-general by date

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

Browse pgsql-novice by date

  From Date Subject
Next Message Albe Laurenz 2009-05-28 08:48:18 Re: Postgres registry access using java
Previous Message Zach Calvert 2009-05-27 20:49:10 Re: Query Optimization