pgAdmin 4 commit: Fixes #1142 - Update the comments in edit mode for th

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #1142 - Update the comments in edit mode for th
Date: 2016-05-28 14:17:25
Message-ID: E1b6f3N-0007sB-RT@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes #1142 - Update the comments in edit mode for the function,
procedure, trigger function nod objects.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=100f075510787a8d85f8d0474103167308a1e5ab
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/functions/templates/function/pg/sql/9.1_plus/update.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/update.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/update.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.1_plus/update.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/update.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/update.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.1_plus/update.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.2_plus/update.sql | 2 +-
.../schemas/functions/templates/procedure/ppas/sql/9.5_plus/update.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/9.1_plus/update.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/9.2_plus/update.sql | 2 +-
.../functions/templates/trigger_function/pg/sql/9.5_plus/update.sql | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.1_plus/update.sql | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.2_plus/update.sql | 2 +-
.../functions/templates/trigger_function/ppas/sql/9.5_plus/update.sql | 2 +-
15 files changed, 15 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-28 14:17:30 Re: PATCH: To fix issue in removing comments in edit mode (pgAdmin4)
Previous Message Ashesh Vashi 2016-05-28 14:15:43 Re: PATCH: To fix issue in updating comments (pgAdmin4)