Re: help with function .. .. date data type - Mailing list pgsql-novice

From Tom Lane
Subject Re: help with function .. .. date data type
Date
Msg-id 17420.1119229887@sss.pgh.pa.us
Whole thread Raw
In response to help with function .. .. date data type  ("ed" <ntworldnet@netzero.net>)
List pgsql-novice
"ed" <ntworldnet@netzero.net> writes:
> ERROR: zero-length delimited identifier

> What Am I doing wrong.

> set datestyle to ""US, SQL"";

You should be using doubled single quotes here, not doubled double
quotes.  That is,

set datestyle to ''US, SQL'';

            regards, tom lane

pgsql-novice by date:

Previous
From: "ed"
Date:
Subject: help with function .. .. date data type
Next
From: John DeSoi
Date:
Subject: Re: help with function .. .. date data type