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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAdmin 4 commit: Fixes #1843 Function definition does not match value
Date: 2016-10-20 13:14:36
Message-ID: CA+OCxoxSfY-0MQ+epzX4fFyT9B-APtisCHt7Pz4tyGasco00hw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I'm pretty sure I wrote that patch, not Dan :-p

On Thu, Oct 20, 2016 at 6:00 AM, Akshay Joshi
<akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
> 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(-)
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-10-20 13:38:00 pgAdmin 4 commit: Fixed issue where some parameter like 'Volatility, Le
Previous Message Akshay Joshi 2016-10-20 13:00:56 pgAdmin 4 commit: Fixes #1843 Function definition does not match value