Re: [pgadmin-support] Foreign server script error

2012-03-23 Thread Guillaume Lelarge
On Fri, 2012-03-23 at 11:36 +0100, Bartosz Dmytrak wrote: > Hi, > I think there is another bug in foreign server script: > pgAdmin generates script like this one: > -- Server: "kpi@localhost" > > -- DROP SERVER "kpi@localhost"; > > CREATE SERVER kpi@localhost >FOREIGN DATA WRAPPER "myWrapper"

[pgadmin-support] Foreign server script error

2012-03-23 Thread Bartosz Dmytrak
Hi, I think there is another bug in foreign server script: pgAdmin generates script like this one: -- Server: "kpi@localhost" -- DROP SERVER "kpi@localhost"; CREATE SERVER kpi@localhost FOREIGN DATA WRAPPER "myWrapper" OPTIONS (host 'localhost',dbname 'kpi',port '5432'); ALTER SERVER kpi@loc