Re: Information for added functionalities

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Vladimir Kokovic <vladimir(dot)kokovic(at)gmail(dot)com>
Cc: "pgadmin-hackers(at)postgresql(dot)org" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Information for added functionalities
Date: 2012-09-10 07:26:04
Message-ID: CA+OCxoz=qCydTC24Nv8HPJrL+Yx5j2LhmPkNTeefkR_kpmQAVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

Sounds interesting, but without public review of the work there's zero
chance of it being committed.

Can you please break it up into individual patches for each feature, and
for the scanner infrastructure, and submit?

Thanks.

On Sunday, September 9, 2012, Vladimir Kokovic wrote:

> Hi,
>
> 1.
> ---
> ADDED 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).
>
> ADDED 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.
>
>
> 2.
> ---
> Execute arbitrary SQL queries
>
> Added multiple SQL commands(separated by ;) result set support.
> Unlike the original SQL execute, this execute can display every SQL
> command result set separately.
>
>
> 3.
> ---
> new method sysSettings::Flush
>
> With this method every server setting goes immediately in persistent
> storage.
> At this moment it goes in persistent storage only when pgAdmin is
> normally finished.
> For other settings every third request will immediately put settings
> in persistent storage.
>
> 4.
> ---
> Complete scan.l (lexical scanner for PostgreSQL git HEAD) is added to
> pgAdmin source tree.
> This is required for 1. and 2. and provides all SQL scan functions in
> pgAdmin without restrictions.
>
>
>
> Since patch tar.gz size is about 260 KB, this (last version ) was sent
> to guillaume(at)lelarge(dot)info <javascript:;> only on Aug.25, 2012.
>
>
> So far there was no feedback on this patch and I would like to inform
> pgadmin-hackers about this new functionalities which is at this moment
> used only on private basis.
>
>
> Best regards
> Vladimir Kokovic
> Belgrade, Serbia, 9.September 2012
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org<javascript:;>
> )
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jon Garate 2012-09-11 13:22:15 Re: pldebugger blank code issue
Previous Message Vladimir Kokovic 2012-09-09 16:57:00 Information for added functionalities