Re: [HACKERS] json, jsonb, and casts

2014-11-06 Thread Andrew Dunstan
On 11/06/2014 03:58 PM, Tom Lane wrote: Andrew Dunstan writes: In 9.3 we changed the way json generating functions worked by taking account of cast functions to json from non-builtin types, such as hstore. In 9.5 I am proposing to provide similar functionality for jsonb. The patch actually take

Re: [HACKERS] json, jsonb, and casts

2014-11-06 Thread Tom Lane
Andrew Dunstan writes: > In 9.3 we changed the way json generating functions worked by taking > account of cast functions to json from non-builtin types, such as hstore. > In 9.5 I am proposing to provide similar functionality for jsonb. The > patch actually takes account of cast functions to b