Re: [BUGS] BUG #14738: ALTER SERVER for foregin servers not working - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] BUG #14738: ALTER SERVER for foregin servers not working
Date
Msg-id 1838.1499703533@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] BUG #14738: ALTER SERVER for foregin servers not working  (fcs1@poczta.onet.pl)
Responses Re: [BUGS] BUG #14738: ALTER SERVER for foregin servers not working
Re: [BUGS] BUG #14738: ALTER SERVER for foregin servers not working
List pgsql-bugs
fcs1@poczta.onet.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


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Eugene Koon
Date:
Subject: [BUGS] postgresql 96 for Centos 7 download not found
Next
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] BUG #14739: Wrong message when unique contraint fail