PAtch for RM 1107 [pgadmin4]

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PAtch for RM 1107 [pgadmin4]
Date: 2016-06-09 07:12:22
Message-ID: CAFiP3vweTiBvPt+7PK43xqcLCFqQEG1pmPR1J6Poq0+aR6bjtw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
RM1107.patch text/x-patch 42.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Harshal Dhumal 2016-06-09 07:22:40 Removed unwanted empty_value form Select2 template [pgadmin4]
Previous Message Colin Beckingham 2016-06-08 16:44:30 Re: pgadmin4: Server does not launch