Re: [GENERAL] Backward compatibility

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: [GENERAL] Backward compatibility
Дата
Msg-id 5C7BA438-D16A-4331-84A1-2300C33010CF@a-kretschmer.de
обсуждение исходный текст
Ответ на [GENERAL] Backward compatibility  (Igor Korot <ikorot01@gmail.com>)
Ответы Re: [GENERAL] Backward compatibility
Список 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 по дате отправления:

Предыдущее
От: Igor Korot
Дата:
Сообщение: [GENERAL] Backward compatibility
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Backward compatibility