pgadmin4/web/pgadmin/browser/server_groups/servers/databases
Aditya Toshniwal b64896f558 Fixed generated SQL issue for auto vacuum options. Fixes #5398
Fixed some more issues:

 1) pgAdmin allows only true or false values for autovacuum_enabled,
    and there is no way to reset it individually without disabling a custom auto vacuum.
    To fix this, the control is changed from the switch to three state buttons.
 2) Setting any vacuum options to zero made the option disappear from the SQL.
 3) Right-click on a table with vacuum options set and create a new table.
 4) The parameters tab will have the options prefilled.
 5) Changed the UI a bit to remove unnecessary space around. Added "Autovacuum" before enabled.
    The SQL generated was appending a ".0" to decimal vacuum options. Changed to remove the leading ".0".
2020-05-08 14:30:30 +05:30
..
casts Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
event_triggers Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
extensions Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
external_tables Remove Python 2 support from the Python tests. 2020-04-30 12:56:45 +05:30
foreign_data_wrappers Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
languages Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
schemas Fixed generated SQL issue for auto vacuum options. Fixes #5398 2020-05-08 14:30:30 +05:30
static Gracefully informed the user that the database is already connected when they click on 'Connect Database...'. Fixes #3694 2020-05-04 13:08:56 +05:30
templates/databases Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30
tests Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
__init__.py Gracefully informed the user that the database is already connected when they click on 'Connect Database...'. Fixes #3694 2020-05-04 13:08:56 +05:30
utils.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00