Re: help with function .. .. date data type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "ed" <ntworldnet(at)netzero(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: help with function .. .. date data type
Date: 2005-06-20 01:11:27
Message-ID: 17420.1119229887@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"ed" <ntworldnet(at)netzero(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message John DeSoi 2005-06-20 01:28:44 Re: help with function .. .. date data type
Previous Message Prasad dev 2005-06-20 00:27:41 Raise Notice