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
..
databases Type fixes: 2016-04-14 15:46:25 +01:00
resource_groups Improve Resource Group labels per discussion with Jason. 2016-02-23 09:08:46 +00:00
roles Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
static Improvised the 'transform/options' function usage with the Select2Cell. 2016-04-08 11:10:34 +05:30
tablespaces Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
templates 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
ppas.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
types.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
utils.py Update "parse_priv_to_db" function to return list a instead of a string. 2016-03-09 17:10:03 +00:00