pgAdmin 4 commit: Fixes #1843 Function definition does not match value - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixes #1843 Function definition does not match value
Date
Msg-id E1bxCxs-0000tY-Kp@gothos.postgresql.org
Whole thread Raw
Responses Re: pgAdmin 4 commit: Fixes #1843 Function definition does not match value
List 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@gmail.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(-)


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: RM1858 - File Manager does not honour the file type while traversing the directories
Next
From: Dave Page
Date:
Subject: Re: pgAdmin 4 commit: Fixes #1843 Function definition does not match value