Casts to or from a domain type are ignored; warn and document.

Robert Haas <rhaas@postgresql.org>

Commit: 3ce7f18e92e9687308ed5d9e516eb7e2f0decadb
Author: Robert Haas <rhaas@postgresql.org>
Date: 2012-04-24T13:20:53Z
Releases: 9.2.0
Casts to or from a domain type are ignored; warn and document.

Prohibiting this outright would break dumps taken from older versions
that contain such casts, which would create far more pain than is
justified here.

Per report by Jaime Casanova and subsequent discussion.

Files