typed table casting

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: typed table casting
Date: 2010-12-17 21:01:06
Message-ID: 1292619666.22053.6.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
typed-table-cast.diff text/x-patch 3.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2010-12-17 21:13:27 Re: proposal : cross-column stats
Previous Message Bill Moran 2010-12-17 20:52:04 Re: Why don't we accept exponential format for integers?