pgAdmin 4 commit: Re-work the getting started section, and add trigger

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Re-work the getting started section, and add trigger
Date: 2016-07-02 16:24:07
Message-ID: E1bJNiB-0002Rw-Mw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Re-work the getting started section, and add trigger function support. Fixes #1403

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8a128505258bb2912c4e1e29eac31c38c6ddd7e4
Author: Susan Douglas <susan(dot)douglas(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/connecting.rst | 20 +++--
docs/en_US/getting_started.rst | 37 ++++++--
docs/en_US/images/trigger_function_definition.png | Bin 0 -> 46406 bytes
docs/en_US/images/trigger_function_general.png | Bin 0 -> 50395 bytes
docs/en_US/images/trigger_function_options.png | Bin 0 -> 65012 bytes
docs/en_US/images/trigger_function_parameters.png | Bin 0 -> 50437 bytes
docs/en_US/images/trigger_function_security.png | Bin 0 -> 62246 bytes
docs/en_US/images/trigger_function_sql.png | Bin 0 -> 95151 bytes
docs/en_US/managing_database_objects.rst | 1 +
docs/en_US/trigger_function_dialog.rst | 102 ++++++++++++++++++++++
10 files changed, 147 insertions(+), 13 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-02 16:24:46 pgAdmin 4 commit: Fix trigger function help link. Fixes #1410
Previous Message Dave Page 2016-07-02 16:13:37 pgAdmin 4 commit: Fix blurred text in Alertify on webkit. Fixes #1347