在PostgreSQL中,以下哪项会产生错误?( )
SELECT now()::timestamp;
SELECT now()::int;
SELECT now()::varchar;
SELECT now()::char;