pgAdmin 4 commit: Resolved few typos, comments, and also some query cor

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved few typos, comments, and also some query cor
Date: 2016-03-10 19:39:36
Message-ID: E1ae6Qq-0000fa-Sd@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved few typos, comments, and also some query correction in the SQL
templates for different nodes.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=87623cb9979f40a68995fc4a50b5e67672d309cb

Modified Files
--------------
.../servers/databases/event_triggers/__init__.py | 51 ++++++++++------------
.../languages/sql/9.1_plus/properties.sql | 26 +++++++----
.../languages/sql/9.3_plus/properties.sql | 26 +++++++----
.../templates/sequence/sql/9.1_plus/properties.sql | 12 ++---
.../databases/sql/9.1_plus/properties.sql | 2 +-
.../databases/sql/9.2_plus/properties.sql | 2 +-
.../databases/sql/9.3_plus/properties.sql | 2 +-
.../tablespaces/sql/9.1_plus/properties.sql | 4 +-
.../tablespaces/sql/9.2_plus/properties.sql | 6 +--
.../tablespaces/sql/pre_9.1/properties.sql | 10 +++--
10 files changed, 78 insertions(+), 63 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-03-10 19:41:27 Re: PATCH: Added Node Type & Catalog objects [pgAdmin4]
Previous Message Dave Page 2016-03-10 17:24:01 pgAdmin 4 commit: Fixup some SQL formatting, per Khushboo