Re: AEXPR_OR, AEXPR_AND is not in postgres 9.6, how can I rewrite where it used in 9.3 ?

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: lin <jluwln(at)163(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: AEXPR_OR, AEXPR_AND is not in postgres 9.6, how can I rewrite where it used in 9.3 ?
Date: 2017-04-05 05:06:48
Message-ID: 9915844d-4f60-0e99-75a7-596ad8763e81@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/4/17 23:28, lin wrote:
> all. I use "AEXPR_OR", "AEXPR_AND" in postgres 9.3 ,now I update the
> postgres version to 9.6, but the 9.6 version has not the "AEXPR_OR",
> "AEXPR_AND".
> How can I solve the problem ?

See commit 2146f13408cdb85c738364fe8f7965209e08c6be about how the
internal representation was changed.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom DalPozzo 2017-04-05 06:52:56 Re: keeping WAL after dropping replication slots
Previous Message Tom Lane 2017-04-05 04:05:31 Re: Is there a point to having both a normal gist index and an exclude index?