Re: Rename of a Table Column - Mailing list pgsql-admin

From Stephan Szabo
Subject Re: Rename of a Table Column
Date
Msg-id Pine.BSF.4.21.0110191343560.33261-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Rename of a Table Column  ("James Kelty" <jamesk@ashlandagency.com>)
List pgsql-admin
ALTER TABLE <table> RENAME <old> TO <new>
should do it.

On Fri, 19 Oct 2001, James Kelty wrote:

> I have a table with a column that needs renameing. I do not know how to do
> this, and if anyone could point me in the right direction, I would really
> appreciate it!


pgsql-admin by date:

Previous
From: "James Kelty"
Date:
Subject: Rename of a Table Column
Next
From: "Brett W. McCoy"
Date:
Subject: Re: Rename of a Table Column