[EMAIL PROTECTED] writes:
> timestamp(timestamp('a timestamp)) no longer works

timestamp(x) is a type name now.  In place of timestamp(foo) use

        "timestamp"(foo)
        foo::timestamp
        CAST(foo AS timestamp)

And yes, this is pointed out in the migration notes...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to