Re: Rename of a Table Column

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: James Kelty <jamesk(at)ashlandagency(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Rename of a Table Column
Date: 2001-10-19 20:45:24
Message-ID: Pine.BSF.4.21.0110191343560.33261-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Brett W. McCoy 2001-10-19 21:21:26 Re: Rename of a Table Column
Previous Message James Kelty 2001-10-19 20:13:27 Rename of a Table Column