pgAdmin 4 commit: Utility functions for trigger and rule nodes, central

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Utility functions for trigger and rule nodes, central
Date: 2016-04-05 15:20:00
Message-ID: E1anSls-0004Vn-6H@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Utility functions for trigger and rule nodes, centralised because they're also utilised by the view node.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d1eb3fd9d59eaa6d2324d93511eb27c325820f94
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../servers/databases/schemas/utils.py | 108 +++++++++++++++++++++
1 file changed, 108 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-04-05 15:20:53 Re: [pgAdmin4] PATCH: Added Utility functions for triggers node and rules node
Previous Message Dave Page 2016-04-05 15:14:16 pgAdmin 4 commit: Add support for functions and procedures.