pgadmin4/web/pgadmin/browser/server_groups/servers/databases
Murtuza Zabuawala 49e433db4f Type fixes:
- Renaming or changing the schema for a shell type should not be allowed.

- I'm allowed to try to add ACL entries or security labels to an
existing shell type. This should be disallowed.

- Changing the schema on a (non-shell) type doesn't work - the type
name is omitted, e.g.

ALTER TYPE pem
    SET SCHEMA pemhistory;

Which should be:

ALTER TYPE pem.foo
    SET SCHEMA pemhistory;
2016-04-14 15:46:25 +01:00
..
casts Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
event_triggers Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
extensions Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
foreign_data_wrappers Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
languages Fix label 2016-04-13 10:55:12 +01:00
schemas Type fixes: 2016-04-14 15:46:25 +01:00
static/img Adding the Database node. 2016-02-05 13:06:50 +05:30
templates/databases Backend changes to fetch the statistics for the database and server 2016-04-14 16:45:34 +05:30
__init__.py Backend changes to fetch the statistics for the database and server 2016-04-14 16:45:34 +05:30
utils.py Resolved a typo in variable name in the database/utils.py 2016-02-29 10:44:57 +05:30