Re: Backward compatibility

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-general(at)postgresql(dot)org,Igor Korot <ikorot01(at)gmail(dot)com>,pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Backward compatibility
Date: 2017-07-21 02:19:33
Message-ID: 5C7BA438-D16A-4331-84A1-2300C33010CF@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 21 July 2017 04:13:47 GMT+02:00, Igor Korot <ikorot01(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2017-07-21 02:23:47 Re: Backward compatibility
Previous Message Igor Korot 2017-07-21 02:13:47 Backward compatibility