BUG #4174: ECPG refuses datestyle SQL

From: "Francisco Leovey" <fleovey(at)jus(dot)gov(dot)ar>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4174: ECPG refuses datestyle SQL
Date: 2008-05-16 13:54:05
Message-ID: 200805161354.m4GDs50g096855@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: 4174
Logged by: Francisco Leovey
Email address: fleovey(at)jus(dot)gov(dot)ar
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

Browse pgsql-bugs by date

  From Date Subject
Next Message derek hopkins 2008-05-16 14:44:19 BUG #4175: PostgreSQL Service starts, then stops automatically
Previous Message Markus Männl 2008-05-16 09:54:16 A Fix for a bug?