Re: PAtch for RM 1107 [pgadmin4]

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: PAtch for RM 1107 [pgadmin4]
Date: 2016-06-10 15:07:31
Message-ID: CA+OCxoyY=8Tr3azJRA1nF=cEb7pOpSF5-fgHGLJ_0NUqTA-54Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Thu, Jun 9, 2016 at 8:12 AM, Harshal Dhumal
<harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:
> Hi,
>
> PAF patch for RM1107
>
> Issue fixed:
> 1] Removed alter.sql and merged sql statement from alter.sql with create sql
> wherever possible so that objects can be create in single statement to
> ensure that whole operation is atomic.
>
> Code merged for below nodes:
> Schema, Table, all constraints.
>
> Nodes do not support executing other sql statements with create statement:
> Index node (To ensure that create index operation to be atomic added code to
> Initiate database transaction manually before creating index object)
>
> Node Excluded (As they do not support executing other sql statements with
> create statement and also create statement cannot be executed inside
> database transaction):
> Database, Tablespace
>
> 2] Fixed typo in databases/templates/databases/sql/9.3_plus/grant.sql
>
>
>
> --
> Harshal Dhumal
> Software Engineer
>
> EnterpriseDB India: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-10 15:07:35 pgAdmin 4 commit: Ensure the properties dialogues create objects in a s
Previous Message Dave Page 2016-06-10 14:23:38 pgAdmin website commit: Further improvements to pip docs.