Re: DateStyle ignored in postgresql.conf during 9.5 start? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: DateStyle ignored in postgresql.conf during 9.5 start?
Date
Msg-id 12357.1464366026@sss.pgh.pa.us
Whole thread Raw
In response to DateStyle ignored in postgresql.conf during 9.5 start?  (Justin Cranford <justincranford@hotmail.com>)
List pgsql-bugs
Justin Cranford <justincranford@hotmail.com> writes:
> In summary, the issue is PostgreSQL 9.5 ignores my DateStyle setting in postgresql.conf during startup.

Works for me.  I speculate that your setting is being overridden from
somewhere --- try looking at the source-location fields in

select * from pg_settings where name = 'DateStyle';

to figure out where.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Justin Cranford
Date:
Subject: DateStyle ignored in postgresql.conf during 9.5 start?
Next
From: digoal@126.com
Date:
Subject: BUG #14161: reverse index scan cann't use double link?