Allow casting a table's row type to the table's supertype if it's a typed table

Peter Eisentraut <peter_e@gmx.net>

Commit: 6a208aa40438652e2f3129a63af5d08ae53d9398
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-01-01T21:04:14Z
Releases: 9.1.0
Allow casting a table's row type to the table's supertype if it's a typed table

This is analogous to the existing facility that allows casting a row type to a
supertable's row type.

Files