"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