time setting

From: "Craig Sturman" <craig(at)emedscentral(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: time setting
Date: 2002-07-23 14:40:25
Message-ID: KJELLKKDKPLBALHNIIIHKEGICCAA.craig@emedscentral.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've set my date format to the following in postmaster.conf:

PGDATESTYLE=NonEuropean,US

THe date format is exactly how I want it but I keep getting date setting
conflict errors like this one:
NOTICE: Conflicting settings for date

I've done SET DATESTYLE=NonEuropean,US when connected to my database as well
but I still get the error. I noticed someone mentioned the -e argument for
postmaster but I didn't see anything about it in man postmaster.

Any help would be greatly appreciated. The reason I switched over is that
the site currently accessing the database is running on IIS/ASP/VBScript and
<%=Date%> records the date in this format.

Thanks again,

Craig S.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2002-07-23 14:46:33 Re: Case in-sensitive
Previous Message Andrew Sullivan 2002-07-23 14:37:39 Re: How to covert 'char' to 'inet'