Re: Access to pg_hba.conf

From: Arvind Sharma <arvind321(at)yahoo(dot)com>
To: Jane Geering <jane(dot)geering(at)gmail(dot)com>, postgresql novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Access to pg_hba.conf
Date: 2011-11-19 02:20:09
Message-ID: 1321669209.43901.YahooMailNeo@web110107.mail.gq1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

You can either use 'sudo' to  'cd' to that DATA directory, OR  'sudo su - postgres'  (assuming you have 'postgres' added as the user while installation) - then you are free to traverse the $PG_DATA directory.

Arvind

>________________________________
> From: Jane Geering <jane(dot)geering(at)gmail(dot)com>
>To: postgresql novice <pgsql-novice(at)postgresql(dot)org>
>Sent: Friday, November 18, 2011 3:27 PM
>Subject: [NOVICE] Access to pg_hba.conf
>
>
>
>
>
>I have a functioning PostgreSQL 9.1.1 installation on a Mac OSX 10.6.8 machine, installed using EnterpriseDB one-click installer.  The data files are (presumably) in /Library/PostgreSQL/9.1/data/.
>
>
>From my reading of the docs I believe this is where pg_hba.conf will be found.  What do I have to do to gain access to the files in the /data directory?   Tried RTFM but frankly am too intellectually challenged to understand.  Can anyone help?
>
>
>Jane
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Rowan 2011-11-21 03:32:33 Set NOT NULL error
Previous Message Jane Geering 2011-11-19 02:15:08 Re: Access to pg_hba.conf