Why are json <=> jsonb casts marked as explicit-only? - Mailing list pgsql-hackers

From Tom Lane
Subject Why are json <=> jsonb casts marked as explicit-only?
Date
Msg-id 11562.1425331582@sss.pgh.pa.us
Whole thread Raw
Responses Re: Why are json <=> jsonb casts marked as explicit-only?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Surely they should be assignment level, if not implicit.  I don't
really see why I should have to write a cast to assign a json
expression result into a jsonb column, in particular.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Providing catalog view to pg_hba.conf file - Patch submission
Next
From: Tom Lane
Date:
Subject: Re: autogenerated column names + views are a dump hazard