Re: 10.0

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Craig Ringer <craig(at)2ndquadrant(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Josh berkus <josh(at)agliodbs(dot)com>, David Fetter <david(at)fetter(dot)org>, Thom Brown <thom(at)linux(dot)com>, Dave Page <dpage(at)pgadmin(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 10.0
Date: 2016-06-15 15:56:36
Message-ID: cd0f7f5f-459a-2287-9251-1367c4f86f94@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 6/15/16 9:04 AM, Merlin Moncure wrote:
>> We could stand to be more explicit here. The docs for version()
>> >> > indicated
>> >> > the server_version_num should be used for "machine processing".

On a somewhat related note, any objection to adding server_version_num
to pg_config? It's common to need to know what version you're handling
in a Makefile, and today that's pretty ugly (especially when something
is stamped as beta, since it breaks assumptions about numeric).
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532) mobile: 512-569-9461

In response to

  • Re: 10.0 at 2016-06-15 14:04:11 from Merlin Moncure

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2016-06-15 16:05:39 Re: Should phraseto_tsquery('simple', 'blue blue') @@ to_tsvector('simple', 'blue') be true ?
Previous Message Robert Haas 2016-06-15 15:49:59 Re: Rename max_parallel_degree?