pgAdmin 4 commit: Make $ quoting consistent. Fixes #1525

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Make $ quoting consistent. Fixes #1525
Date: 2017-06-06 10:40:29
Message-ID: E1dIBuX-0001AZ-UU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Make $ quoting consistent. Fixes #1525

Branch
------
master

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

Modified Files
--------------
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.2_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.5_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/pg/sql/9.6_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/pg/sql/default/create.sql | 4 ++--
.../schemas/functions/templates/function/pg/sql/default/update.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.2_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.5_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/9.6_plus/update.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/default/create.sql | 4 ++--
.../schemas/functions/templates/function/ppas/sql/default/update.sql | 4 ++--
16 files changed, 32 insertions(+), 32 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-06 10:40:40 Re: [pgAdmin4][PATCH] To make $ quoting consistent
Previous Message Dave Page 2017-06-06 10:31:37 Re: [pgAdmin4][Patch][RM_2448]: Multiple button presses to switch boolean fields