BUG #4168: ECPG refuses datestyle SQL

From: "Francisco Leovey" <fleovey(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4168: ECPG refuses datestyle SQL
Date: 2008-05-14 19:06:03
Message-ID: 200805141906.m4EJ63oO033083@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4168
Logged by: Francisco Leovey
Email address: fleovey(at)yahoo(dot)com
PostgreSQL version: 8.3.1
Operating system: SuSE Linux 9.2
Description: ECPG refuses datestyle SQL
Details:

if you write
EXEC SQL SET datestyle TO SQL, DMY;
you get ERROR: syntax error at or near "SQL"

But
EXEC SQL SET datestyle TO Postgres, DMY;
works fine

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Hiroshi Saito 2008-05-15 03:35:49 Re: BUG #4167: When generating UUID using UUID-OSSP module, UUIDs are not unique on Windows
Previous Message Tom Lane 2008-05-14 16:22:29 Re: Problem with TOAST tables when removing TOASTable column