Files
pgadmin4/web/pgadmin/browser/server_groups/servers
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
..
2016-04-14 15:46:25 +01:00
2016-04-12 13:36:06 +01:00
2016-01-18 14:48:14 +00:00
2016-01-18 14:48:14 +00:00