Re: ALTER TYPE recursion to typed tables

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ALTER TYPE recursion to typed tables
Date: 2010-11-09 18:26:35
Message-ID: 1289327195.20422.1.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is the patch that adds [RESTRICT|CASCADE] to ALTER TYPE ...
ADD/ALTER/DROP/RENAME ATTRIBUTE, so that recurses to typed tables.

Attachment Content-Type Size
alter-type-recursive.patch text/x-patch 22.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2010-11-09 18:28:15 Re: timestamp of the last replayed transaction
Previous Message Josh Berkus 2010-11-09 18:26:27 Re: How can we tell how far behind the standby is?