Re: [GENERAL] Backward compatibility - Mailing list pgsql-general

From Andreas Kretschmer
Subject Re: [GENERAL] Backward compatibility
Date
Msg-id 5C7BA438-D16A-4331-84A1-2300C33010CF@a-kretschmer.de
Whole thread Raw
In response to [GENERAL] Backward compatibility  (Igor Korot <ikorot01@gmail.com>)
Responses Re: [GENERAL] Backward compatibility  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
On 21 July 2017 04:13:47 GMT+02:00, Igor Korot <ikorot01@gmail.com> wrote:
>Hi, ALL,
>According to the documentation PostgreSQL 9.6 (latest) supports
>
>CREATE INDEX IF NOT EXIST
>
>However, the version 9.4 and below supports only
>
>CREATE INDEX.
>
>Is there a query or a libpg function which can return the version of
>the server I'm running?
>
>

Select version();


Regards, Andreas


--
2ndQuadrant - The PostgreSQL Support Company


pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: [GENERAL] Backward compatibility
Next
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Backward compatibility