Add CINE for ALTER TABLE ... ADD COLUMN - Mailing list pgsql-hackers

From Fabrízio de Royes Mello
Subject Add CINE for ALTER TABLE ... ADD COLUMN
Date
Msg-id CAFcNs+q+pb7J=Jb+2VDB8V+rAgP=DKdR69saYWYK+qS1HdX=SA@mail.gmail.com
Whole thread Raw
Responses Re: Add CINE for ALTER TABLE ... ADD COLUMN  (Payal Singh <payal@omniti.com>)
List pgsql-hackers
Hi all,

This simple patch add CINE for ALTER TABLE ... ADD COLUMN.

So now we can:

ALTER TABLE foo
    ADD COLUMN IF NOT EXISTS c1 integer;

and/or ...

ALTER TABLE foo
    ADD COLUMN IF NOT EXISTS c1 integer,
    ADD COLUMN c2 integer;

Regards,

--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [REVIEW] Re: Compression of full-page-writes
Next
From: Andrew Gierth
Date:
Subject: Re: Renaming MemoryContextResetAndDeleteChildren to MemoryContextReset