Re: BUG #8176: problem with the "ALTER TYPE name RENAME TO new_name [ CASCADE | RESTRICT ]" syntax

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: maxim(dot)boguk(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8176: problem with the "ALTER TYPE name RENAME TO new_name [ CASCADE | RESTRICT ]" syntax
Date: 2013-05-27 15:25:08
Message-ID: 20130527152508.GV8597@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Maxim,

* maxim(dot)boguk(at)gmail(dot)com (maxim(dot)boguk(at)gmail(dot)com) wrote:
> It seems that documentation wrong or [ CASCADE | RESTRICT ] feature of ALTER
> TYPE ... RENAME TO isn't implemented.

I've updated the documentation to reflect that [ CASCADE | RESTRICT ] is
supported for ALTER TYPE .. RENAME ATTRIBUTE and that it isn't supported
for ALTER TYPE .. RENAME TO. This update will be pushed out with the
next releases.

Thanks!

Stephen

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Brice André 2013-05-27 19:09:13 bug in Prepared statement with DELETE RETURNING and rule on view
Previous Message Tom Lane 2013-05-27 14:31:26 Re: [HACKERS] COPY .... (FORMAT binary) syntax doesn't work