BUG #4174: ECPG refuses datestyle SQL - Mailing list pgsql-bugs

From Francisco Leovey
Subject BUG #4174: ECPG refuses datestyle SQL
Date
Msg-id 200805161354.m4GDs50g096855@wwwmaster.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4174
Logged by:          Francisco Leovey
Email address:      fleovey@jus.gov.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

pgsql-bugs by date:

Previous
From: Markus Männl
Date:
Subject: A Fix for a bug?
Next
From: "derek hopkins"
Date:
Subject: BUG #4175: PostgreSQL Service starts, then stops automatically