Re: Add column with If Not Exists

2018-08-04 Thread Dmitry Igrishin
сб, 4 авг. 2018 г. в 18:57, Simon White : > > 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 no

Re: Add column with If Not Exists

2018-08-04 Thread Adrian Klaver
On 08/04/2018 08:56 AM, Simon White wrote: 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 im

Add column with If Not Exists

2018-08-04 Thread Simon White
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.