pgadmin4/web
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
..
pgadmin Type fixes: 2016-04-14 15:46:25 +01:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Server side session management support. 2016-03-22 15:05:43 +00:00
pgAdmin4.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
setup.py Server side session management support. 2016-03-22 15:05:43 +00:00