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

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixes #1142 - Update the comments in edit mode for th
Date
Msg-id E1b6f3N-0007sB-RT@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: PATCH: To fix issue in updating comments (pgAdmin4)
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: To fix issue in removing comments in edit mode (pgAdmin4)