On Tue, Feb 25, 2014 at 8:07 PM, Craig Ringer <[email protected]> wrote: > Please also highlight that any change will require a full table rewrite > with an exclusive lock, so data type choices on larger tables may be > hard to change later.
It sure looks like they're binary-coercible to me: + CREATE CAST (hstore AS jsonb) + WITHOUT FUNCTION AS IMPLICIT; + + CREATE CAST (jsonb AS hstore) + WITHOUT FUNCTION AS IMPLICIT; Is this okay? -- Peter Geoghegan -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
