----------------
The section called basic sql commands, double quotes seem to be
reserved for objects(relations/attributes) though are not required so
if you double quote (or not quote) a value in a where clause pgsql
will look for the corresponding object and most likely fail. Always
enclose values in single quotes.
-------
I believe Oracle requires singles for values too. That must be a
standard.
Sincerely,
r.