[pgadmin-support] 1.15 dev: cut and paste

2012-03-23 Thread Colin Beckingham
1. open database, drill down to table, select show data from context menu 2. select a record with some text fields. Highlight one entry so that it goes into editing mode 3. right click to get editing context menu and select copy 4. now select another record and highlight the same field to go into

[pgadmin-support] 1.15 dev: cut and paste

2012-03-23 Thread Colin Beckingham
1. open database, drill down to table, select show data from context menu 2. select a record with some text fields. Highlight one entry so that it goes into editing mode 3. right click to get editing context menu and select copy 4. now select another record and highlight the same field to go int

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"

Re: [pgadmin-support] Creating relationship links in PostgreSQL via pgAdmin

2012-03-23 Thread Guillaume Lelarge
On Tue, 2012-03-20 at 14:58 -0700, MrTeeth wrote: > Hi guys, > > I created a databse with four tables in pgAdmin. It was coded in PostgreSQL. > > I was wondering how do you create replationship links in pgAdmin? I've > searched google and youtube, but can't seem to find a tutorial on it. > > If

[pgadmin-support] Creating relationship links in PostgreSQL via pgAdmin

2012-03-23 Thread MrTeeth
Hi guys, I created a databse with four tables in pgAdmin. It was coded in PostgreSQL. I was wondering how do you create replationship links in pgAdmin? I've searched google and youtube, but can't seem to find a tutorial on it. If someone can explain how to do this, i'll be grateful. Here's a pi

[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