Re: Permissions to connect to postgres database

From: Richard Huxton <dev(at)archonet(dot)com>
To: Jasbinder Bali <jsbali(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Permissions to connect to postgres database
Date: 2006-07-27 15:50:20
Message-ID: 44C8E0BC.3010604@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jasbinder Bali wrote:
> How do i turn on the connection logging and then how do you actually check
> it?

Log settings are in your postgresql.conf file and are detailed in this
part of the manual:
http://www.postgresql.org/docs/8.1/static/runtime-config-logging.html

Where your logfiles are stored will depend on your settings, but
typically on a unix-style system they will be in /var/log/.

I recommend you stop what you're doing for an hour or two and quickly
read through section III (Server Administration) of the manuals. That
will save you a lot of time later.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2006-07-27 15:51:51 Re: Update entire column with new date values
Previous Message Richard Huxton 2006-07-27 15:45:24 Re: Update entire column with new date values