Re: Connection errors in PostgreSQL 9.3.2

From: bricklen <bricklen(at)gmail(dot)com>
To: fburgess(at)radiantblue(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Connection errors in PostgreSQL 9.3.2
Date: 2014-02-19 23:07:48
Message-ID: CAGrpgQ9Ay2GP56g6v+cFZyibeN9Z9AqwQcoccLQ-afgvDyy3Hg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Feb 19, 2014 at 2:00 PM, <fburgess(at)radiantblue(dot)com> wrote:

>
> We are getting the following error trying to connect to PostgreSQL even
> though I commented out the *timezone* and *log_timezone* settings in the
> postgresql.conf file.
>
> *Invalid value for parameter "Timezone": "Etc/GMT"*
>
> Does anyone know how to fix this?
>
>
Did you reload the postgresql.conf file after the change? If so, perhaps it
is set at the role level? What does the following show: "select
rolname,rolconfig from pg_roles;"

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-02-19 23:44:00 Re: Connection errors in PostgreSQL 9.3.2
Previous Message fburgess 2014-02-19 22:00:46 Connection errors in PostgreSQL 9.3.2