Re: BUG #15530: unable restore index on function from earthdistancecontrib - Mailing list pgsql-bugs

From Sergei Kornilov
Subject Re: BUG #15530: unable restore index on function from earthdistancecontrib
Date
Msg-id a1ef1a29-8e56-2183-1ba1-ba3f1319ba65@zsrv.org
Whole thread Raw
In response to BUG #15530: unable restore index on function from earthdistancecontrib  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #15530: unable restore index on function from earthdistance contrib
List pgsql-bugs
Hello

I think we can fix this issue by marking SQL language functions "set 
search_path from current". Both "alter extension" and "create extension" 
provided correct search_path and we can save it by native "set from 
current" feature. Please see attached patch.

regards, Sergei

Attachment

pgsql-bugs by date:

Previous
From: Ananth Thomas
Date:
Subject: Postgres Sequence issue
Next
From: Andrew Gierth
Date:
Subject: Re: BUG #15530: unable restore index on function from earthdistance contrib