Re: BUG #14738: ALTER SERVER for foregin servers not working

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: fcs1(at)poczta(dot)onet(dot)pl
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14738: ALTER SERVER for foregin servers not working
Date: 2017-07-10 16:18:53
Message-ID: 1838.1499703533@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

fcs1(at)poczta(dot)onet(dot)pl writes:
> PostgreSQL version: 9.4.1

> Command like this doesn't take effect:
> ALTER SERVER srw_egib_1
> OPTIONS (
> SET host 'localhost',
> SET port '5432',
> SET dbname 'gml2m1');
> It changes definition of this server but tables connected to it are still
> connected to previous definition of this server, for example:

It would help if you provided a concrete example of misbehavior rather
than abstract claims. However, I *think* this is something we fixed in
9.4.11. Please update and try again.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2017-07-10 16:19:13 Re: BUG #14739: Wrong message when unique contraint fail
Previous Message Eugene Koon 2017-07-10 16:03:30 postgresql 96 for Centos 7 download not found

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2017-07-10 17:34:58 Re: New partitioning - some feedback
Previous Message Tom Lane 2017-07-10 16:03:50 Re: retry shm attach for windows (WAS: Re: OK, so culicidae is *still* broken)