typed table casting
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-hackers@postgresql.org
Date: 2010-12-17T21:01:06Z
Lists: pgsql-hackers
Attachments
- typed-table-cast.diff (text/x-patch) patch
Here is a small patch that allows 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.