Uday Walia <waliau(at)yahoo(dot)com> writes:
> We are upgrading from pg 7.1 to 7.3.3.
> The following which works on 7.1 gives error on 7.3.3.
> select time (timestamp '2003-08-30 20:30');
time(x) is a datatype name, and has been for a couple releases now.
Suggest using cast notation instead.
regards, tom lane