Re: List of "binary-compatible" data types - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: List of "binary-compatible" data types
Date
Msg-id 52784817.30401@agliodbs.com
Whole thread Raw
In response to List of "binary-compatible" data types  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
Thom,


> SELECT
>   castsource::regtype::text,
>   array_agg(casttarget::regtype order by casttarget::regtype::text) casttargets
> FROM pg_cast
> WHERE castmethod = 'b'
> GROUP BY 1
> ORDER BY 1;

Are we actually covering 100% of these for ALTER COLUMN now?


-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: pgsql: Remove internal uses of CTimeZone/HasCTZSet.
Next
From: Josh Berkus
Date:
Subject: Re: List of "binary-compatible" data types