pgAdmin 4 commit: Reverse engineer SQL for table-returning functions co

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Reverse engineer SQL for table-returning functions co
Date: 2017-05-17 14:50:05
Message-ID: E1dB0H7-0003tB-F2@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Reverse engineer SQL for table-returning functions correctly. Fixes #1851

Branch
------
master

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

Modified Files
--------------
.../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/pg/sql/9.6_plus/create.sql | 2 +-
.../schemas/functions/templates/function/pg/sql/default/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 +-
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql | 2 +-
.../schemas/functions/templates/function/ppas/sql/default/create.sql | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-05-17 14:50:28 Re: [pgAdmin4][PATCH] To fix the issue in function node
Previous Message Surinder Kumar 2017-05-17 14:08:59 [pgAdmin4][Patch][RM_2400]: Columns with defaults set to NULL when removing contents after pasting in the edit grid