change JSON serialization for BIGINT?

2024-11-26 Thread Tim McLaughlin
json) with function bigintJson(bigint) as implicit; Thanks for any guidance. -- Tim McLaughlin

Re: change JSON serialization for BIGINT?

2024-11-26 Thread Tim McLaughlin
it would be great to override the default JSON serialization of Postgres scalars rather than have to go explicitly cast them all to text first. -- Tim McLaughlin On Nov 26, 2024 at 6:36 AM -0500, Victor Yegorov , wrote: > вт, 26 нояб. 2024 г. в 14:34, Tim McLaughlin : > > > Is there a