hi. one more question: For binary coercible type casts, no formatted related function for it, should we error out? For example, should the following error out or return text '1'.
select cast('1'::text as text format 'YYYY'::text);
hi. one more question: For binary coercible type casts, no formatted related function for it, should we error out? For example, should the following error out or return text '1'.
select cast('1'::text as text format 'YYYY'::text);