John Burski <John.Burski@911ep.com> writes:
> I submitted the following query:
> select date_part('dow', timestamp 'now');
> and received the following results:
> ERROR: Function 'date_part(text, timestamp)' does not exist
> Unable to identify a function which satisfies the given
> argument types
> You will have to retype your query using explicit typecasts
Odd. It works fine for me. What do you get from psql's "\df date_part"?
regards, tom lane