pgadmin4/web/pgadmin/browser/server_groups
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
..
servers Type fixes: 2016-04-14 15:46:25 +01:00
static/img Re-organise node structure and loading to make things somewhat more 2015-03-10 13:09:11 +00:00
templates/server_groups Introducing the infrastructure for colleciton of the subnodes listing, 2015-10-28 22:36:09 +05:30
__init__.py Sort all nodes when loading. 2016-03-16 10:31:20 +00:00