mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support to enable/disable rules. Fixes #6794
This commit is contained in:
committed by
Akshay Joshi
parent
2aac87569b
commit
173cb60691
BIN
docs/en_US/images/rule_definition_enabled.png
Normal file
BIN
docs/en_US/images/rule_definition_enabled.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
@@ -13,6 +13,7 @@ New features
|
||||
| `Issue #6081 <https://redmine.postgresql.org/issues/6081>`_ - Added support for advanced table fields like the foreign key, primary key in the ERD tool.
|
||||
| `Issue #6529 <https://redmine.postgresql.org/issues/6529>`_ - Added index creation when generating SQL in the ERD tool.
|
||||
| `Issue #6657 <https://redmine.postgresql.org/issues/6657>`_ - Added support for authentication via the webserver (REMOTE_USER).
|
||||
| `Issue #6794 <https://redmine.postgresql.org/issues/6794>`_ - Added support to enable/disable rules.
|
||||
|
||||
Housekeeping
|
||||
************
|
||||
|
||||
@@ -37,6 +37,13 @@ Use the fields in the *Definition* tab to write parameters:
|
||||
executed instead of the original command; if Do Instead specifies *No*, the
|
||||
rule will be invoked in addition to the original command.
|
||||
|
||||
.. image:: images/rule_definition_enabled.png
|
||||
:alt: Trigger enabled in dialog tab
|
||||
:align: center
|
||||
|
||||
* *Rule enabled* field is available in rule dialog once the rule is created.
|
||||
You can select one of the four options available.
|
||||
|
||||
Click the *Condition* tab to continue.
|
||||
|
||||
.. image:: images/rule_condition.png
|
||||
|
||||
Reference in New Issue
Block a user