Re: Add column with If Not Exists - Mailing list pgsql-general

From Dmitry Igrishin
Subject Re: Add column with If Not Exists
Date
Msg-id CAAfz9KNGcV2gwFt0J9FmmfGhK-W9rJpuMaGkh0uPpC9YyHnuaQ@mail.gmail.com
Whole thread Raw
In response to Add column with If Not Exists  (Simon White <simonwhite@dciphercomputing.com>)
List pgsql-general
сб, 4 авг. 2018 г. в 18:57, Simon White <simonwhite@dciphercomputing.com>:
>
> Hi
>
> I would like to suggest the addition of the "If not exists" to the Add
> Column feature of Postgres.  There are quite common situations where
> ensuring a column exists is important so that an update to remote
> devices will not fail but it is not so important that deprecated fields
> be removed.  This is often the case with backward compatibility.  New
> columns will not affect old systems but allows all remote devices
> running older software to be updated using the same process as new
> devices.  Once the hardware reaches end of life it will be replaced and
> the new hardware will use the new columns.  So having the ability to
> Alter the table with a series of Add Column commands ensures that the
> new records included in the update are added to the table.  Having the
> "if not exists" would remove all of this potential complexity and allows
> a quick and easy method to ensure the column exists in the table using
> simple SQL commands that will not cause errors if the column is already
> present.
Hi Simon !

Recently I've released a tool that can be used to bypass errors like
("object already exists")
Please, take a look at https://github.com/dmitigr/pgspa
Feel free to contact me for any question about this tool.


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Add column with If Not Exists
Next
From: Brent Kerby
Date:
Subject: Walsender waiting on SnapbuildSync