Re: rename of a view - Mailing list pgsql-docs

From Euler Taveira de Oliveira
Subject Re: rename of a view
Date
Msg-id 4685D8C8.2070808@timbira.com
Whole thread Raw
In response to Re: rename of a view  (David Fetter <david@fetter.org>)
Responses Re: rename of a view  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
David Fetter wrote:

pgsql-patches will be more appropriate for a patch. Could you post there
so your patch won't be forget?

> The attached patch and file implement and document
>
>     ALTER [VIEW | SEQUENCE] RENAME TO
>
I didn't test your patch, but I think we could disallow ALTER TABLE to
rename sequence and view because we have specific new commands for it or
at least put a NOTICE saying such a thing.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

pgsql-docs by date:

Previous
From: David Fetter
Date:
Subject: Re: rename of a view
Next
From: Tom Lane
Date:
Subject: Re: rename of a view