| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Mike Rowan <michael(dot)rowan3(at)gmail(dot)com> |
| Cc: | pgsql-novice novice <pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: NOVICE log on |
| Date: | 2017-06-07 01:21:05 |
| Message-ID: | 11468.1496798465@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Mike Rowan <michael(dot)rowan3(at)gmail(dot)com> writes:
> A very very basic question...
> Is there, in PostgreSQL 9.1 preferably, a log of logon attempts and the
> reason for failure, if any.
Look into the postmaster log file. If you're not sure where that is,
checking the settings described in
https://www.postgresql.org/docs/9.1/static/runtime-config-logging.html
should help.
You might care to enable log_connections to help debug your problem,
but I believe connection rejections would be logged in any case.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G. Johnston | 2017-06-07 01:28:58 | Re: NOVICE log on |
| Previous Message | Mike Rowan | 2017-06-07 01:13:44 | NOVICE log on |