copy/paste table(s) - patch no.3

From: Vladimir Kokovic <vladimir(dot)kokovic(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: copy/paste table(s) - patch no.3
Date: 2012-10-21 08:23:22
Message-ID: CAHsHPqd4vvFuMLtUF9GsuxAFc1hOK03CV=qrrM1vB_yTc47aYA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

1.
---
NEW FUNCTIONALITY FOR SCHEMA:

Right click on schema node provides three new functionalities
- Copy tables
- Copy table(s) from the list
- Paste table(s)

"Copy tables" provides copying all tables from the schema.
"Paste table(s)" on target schema will create new table(s) in target schema.

New table(s) in target schema can be created with the same or new name(s).
If name of source table exists in target schema then dialog for table
name change will pop up and suffix for name should be added.

Copy table(s) from the list provides copying selected table(s) from
one or more schema on same or different server(even not connected -
connection will be done automatically).

NEW FUNCTIONALITY FOR TABLES

Right click on table node provides three new functionalities
- Copy table
- Copy table with optional select clause
- Copy table(s) from the list

"Copy table" provides copying of one table.

With "Copy table with optional select clause" provides copying table
with filter option
if only some data from the table should be included in new table.

"Copy table(s) from the list" has the same functionality as the "Copy
table(s) from the list" in schema.

Paste table(s) has to be done on target schema.

With Copy-Paste functions all table characteristics will be copied,
that includes table definitions, constraints and data.

Best regards
Vladimir Kokovic
Belgrade, Serbia, 21.October 2012

Attachment Content-Type Size
changes3.txt text/plain 1.9 KB
pgadmin3-3.diff application/octet-stream 117.7 KB
image/png 322 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-10-21 16:20:40 pgAdmin III commit: Fix a potential crash in the FTS config dialog.
Previous Message Vladimir Kokovic 2012-10-21 08:15:04 frmQuery (multiple result sets support) - patch no.2