Re: rename of a view

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Susanne Ebrecht <miracee(at)miracee(dot)de>, pgsql-docs(at)postgresql(dot)org
Subject: Re: rename of a view
Date: 2007-06-30 04:15:04
Message-ID: 4685D8C8.2070808@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

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/

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2007-06-30 04:26:11 Re: rename of a view
Previous Message David Fetter 2007-06-30 00:16:53 Re: rename of a view

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-06-30 04:26:11 Re: rename of a view
Previous Message Greg Smith 2007-06-30 01:30:55 Re: Checkpoint logging, revised patch