Re: Alter table

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Guillaume Houssay" <ghoussay(at)noos(dot)fr>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Alter table
Date: 2003-07-30 17:14:55
Message-ID: 200307301814.55624.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 30 July 2003 17:21, Guillaume Houssay wrote:
> I am looking for the SQL query to add a column in a table and having the
> column at specific position in the table (not at the end of the table).

Sorry - you'll need to dump and restore the table. PG only adds columns at the
end.

--
Richard Huxton
Archonet Ltd

In response to

  • Alter table at 2003-07-30 16:21:17 from Guillaume Houssay

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2003-07-30 17:39:33 Minimal system (was Re: Basic questions before start)
Previous Message scott.marlowe 2003-07-30 17:01:36 Re: Alter table