pgAdmin 4 commit: Fixes #1843 Function definition does not match value

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixes #1843 Function definition does not match value
Date: 2016-10-20 13:00:56
Message-ID: E1bxCxs-0000tY-Kp@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixes #1843 Function definition does not match value returned from pg_get_functiondef()

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c5d81b6f5c1579c1a2b486adca5cdb8c2daaca8
Author: Dan Vianello <dvianello(at)gmail(dot)com>

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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-10-20 13:14:36 Re: pgAdmin 4 commit: Fixes #1843 Function definition does not match value
Previous Message Surinder Kumar 2016-10-20 12:37:06 [pgAdmin4][Patch]: RM1858 - File Manager does not honour the file type while traversing the directories