Re: Inserting a new column in between.

From: RPK <rohitprakash123(at)indiatimes(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Inserting a new column in between.
Date: 2007-02-25 07:08:05
Message-ID: 9141431.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice


I think pgsql front-end needs this facility in future.

Joshua D. Drake wrote:
>
> RPK wrote:
>> I want to know whether I can insert a new column in between in an
>> existing
>> table. My table has 10 fields and I want to insert a field after third
>> field.
>
> Not without recreating the table.
>
> Sincerely,
>
> Joshua D. Drake
>
> --
>
> === The PostgreSQL Company: Command Prompt, Inc. ===
> Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
> Providing the most comprehensive PostgreSQL solutions since 1997
> http://www.commandprompt.com/
>
> Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
> PostgreSQL Replication: http://www.commandprompt.com/products/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
>

--
View this message in context: http://www.nabble.com/Inserting-a-new-column-in-between.-tf3286148.html#a9141431
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrej Ricnik-Bay 2007-02-25 07:27:46 Re: [GENERAL] Inserting a new column in between.
Previous Message Jaime Casanova 2007-02-25 05:24:40 Re: Why can't I put a BEFORE EACH ROW trigger on a view?

Browse pgsql-novice by date

  From Date Subject
Next Message Andrej Ricnik-Bay 2007-02-25 07:27:46 Re: [GENERAL] Inserting a new column in between.
Previous Message Joshua D. Drake 2007-02-25 04:59:50 Re: Inserting a new column in between.