Re: ALTER TABLE RENAME column

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com>
Cc: Jim Nasby <decibel(at)decibel(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER TABLE RENAME column
Date: 2006-11-17 14:52:46
Message-ID: 455DCCBE.6030303@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jonah H. Harris wrote:
> On 11/16/06, Jim Nasby <decibel(at)decibel(dot)org> wrote:
>> Any reason not to support renaming columns? Can this be added to TODO?
>
> ALTER TABLE yo_table RENAME COLUMN yo_column TO yo_new_column;
>

Maybe Jim actually wants a reason to remove support for this ... :-)

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mario Weilguni 2006-11-17 14:58:02 Re: ALTER TABLE RENAME column
Previous Message Jonah H. Harris 2006-11-17 14:47:41 Re: ALTER TABLE RENAME column