Re: Version Number Function? - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Version Number Function?
Date
Msg-id 48F2403D.9000801@hagander.net
Whole thread Raw
In response to Re: Version Number Function?  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Version Number Function?
List pgsql-hackers
David E. Wheeler wrote:
> On Oct 11, 2008, at 19:57, Tom Lane wrote:
> 
>> "David E. Wheeler" <david@kineticode.com> writes:
>>> Any interest in adding a function like this to core?
>>
>> No, because it's already there: see "show server_version_num".
>>
>> (It's probably worth noting that none of our existing clients that would
>> have any use for this information look at server_version_num, because
>> it's only available in 8.2 and up.  A function introduced as of 8.4
>> would be an additional two major releases behind the curve.)
> 
> Yeah, but I want to use it in WHERE clauses or CASE statements. I'm fine
> to just include it in pgtap, though.

You could do:
select setting from pg_settings where name='server_version_num';

(wrapped in the appropriate subselect to use it in a WHERE clause)

//Magnus



pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Re: Version Number Function?
Next
From: "David E. Wheeler"
Date:
Subject: Re: Version Number Function?