Re: gap between error and cure

From: Jayadevan M <Jayadevan(dot)Maymala(at)ibsplc(dot)com>
To: Jim Kunkel <jkunkel(at)laurcat(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-general-owner(at)postgresql(dot)org
Subject: Re: gap between error and cure
Date: 2010-11-23 03:42:15
Message-ID: OF068EBD8C.07377C7F-ON652577E4.001426DD-652577E4.00146F30@ibsplc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

>
> I saw a reference to run a command "show hba_file" but there hasn't been
any
> clue as to WHERE one runs that command. Please hold my hand. Whichuser
(root
> or postgres) and which program?
Please try the command from psql.

postgres=# select user;
current_user
--------------
postgres
(1 row)

postgres=# show hba_file;
hba_file
-----------------------------------
/usr/local/pgsql/data/pg_hba.conf
(1 row)

Regards,
Jayadevan

DISCLAIMER:

"The information in this e-mail and any attachment is intended only for
the person to whom it is addressed and may contain confidential and/or
privileged material. If you have received this e-mail in error, kindly
contact the sender and destroy all copies of the original communication.
IBS makes no warranty, express or implied, nor guarantees the accuracy,
adequacy or completeness of the information contained in this email or any
attachment and is not liable for any errors, defects, omissions, viruses
or for resultant loss or damage, if any, direct or indirect."

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jayadevan M 2010-11-23 03:47:36 Re: Debug advice when postgres connection maxing out
Previous Message Dan Kortschak 2010-11-23 03:39:19 very basic SQL question