Adding Column in Specific Position of table

From: Ankur Kaushik <ankurkaushik(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Adding Column in Specific Position of table
Date: 2015-04-29 09:43:07
Message-ID: CALXoLqwMP5YrSXQbFJim=9wyR0UcitQNbQs3bciAAdwQJD0rEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi ,

I can I alter table to add column at specific position ,

below

Table : Post

Column : a
b
d

Want to add new column c before d or after b.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jan Lentfer 2015-04-29 09:51:58 Re: Adding Column in Specific Position of table
Previous Message Peter Geoghegan 2015-04-28 17:31:55 Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0, parser/executor stuff