Thread: Version info in catalog

Version info in catalog

From
Péter Kovács
Date:
Hi,

Which catalog view holds the version of the back-end?

Thanks
Peter

Re: Version info in catalog

From
Tommy Gildseth
Date:
Péter Kovács wrote:
> Hi,
>
> Which catalog view holds the version of the back-end?


SELECT setting FROM pg_settings WHERE name = 'server_version';

--
Tommy Gildseth

Re: Version info in catalog

From
Péter Kovács
Date:
Great!
Thank you,
Peter

On Tue, Mar 10, 2009 at 11:24 AM, Tommy Gildseth
<tommy.gildseth@usit.uio.no> wrote:
> Péter Kovács wrote:
>>
>> Hi,
>>
>> Which catalog view holds the version of the back-end?
>
>
> SELECT setting FROM pg_settings WHERE name = 'server_version';
>
> --
> Tommy Gildseth
>