Re: logical column position

From: Manfred Koizar <mkoi-pg(at)aon(dot)at>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pg(at)fastcrypt(dot)com, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: logical column position
Date: 2003-11-20 13:33:04
Message-ID: ocgprvk0dsg11ism44q017lsi1s4hnnqj6@email.aon.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 19 Nov 2003 19:07:23 +0100, Andreas Pflug
<pgadmin(at)pse-consulting(dot)de> wrote:
>is there
>any DB system out there that allows to reshuffle the column ordering?

Firebird:
ALTER TABLE tname ALTER COLUMN cname POSITION 7;

Servus
Manfred

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-11-20 13:34:19 Re: 4 Clause license?
Previous Message Dave Cramer 2003-11-20 13:04:56 Re: ALTER COLUMN/logical column position