Re: logical column ordering - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: logical column ordering
Date
Msg-id 20150227195753.GT29780@tamriel.snowman.net
Whole thread Raw
In response to Re: logical column ordering  (Arthur Silva <arthurprs@gmail.com>)
List pgsql-hackers
* Arthur Silva (arthurprs@gmail.com) wrote:
> Sorry to intrude, I've been following this post and I was wondering if it
> would allow (in the currently planed form or in the future) a wider set of
> non-rewriting DDLs to Postgres. For example, drop a column without
> rewriting the table.

Uh, we already support that.  Ditto for add column (but you have to add
it with all NULL values; you can't add it with a default value).
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Providing catalog view to pg_hba.conf file - Patch submission
Next
From: Josh Berkus
Date:
Subject: Re: remove pg_standby?