pgadmin4/web/pgadmin
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
..
about Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
browser Type fixes: 2016-04-14 15:46:25 +01:00
help Add context-sensitive SQL help. 2016-04-12 13:36:06 +01:00
misc Moving the messages used in common utilities in a separate javascript. 2016-04-11 17:07:58 +05:30
model Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
preferences The changed value of a multiline/text control was not saved in the 2016-03-24 13:00:15 +05:30
redirects Fix favicon routing 2016-04-14 13:40:01 +01:00
settings Preferences dialogue. Patch by Ashesh and Khushboo Vashi. 2016-03-07 11:48:53 +00:00
static Query tool/data editor initial version 2016-04-14 15:04:03 +01:00
templates Load the codemirror as package in the require.js, which will allow us to 2016-04-14 12:34:17 +05:30
test Allow to create sub-menu/menu-group by specify the same category in 2016-03-21 23:56:08 +05:30
tools Query tool/data editor initial version 2016-04-14 15:04:03 +01:00
translations/fr/LC_MESSAGES Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
utils Add support for an affected row count property to the DB interface. 2016-04-12 17:02:54 +01:00
__init__.py Load the codemirror as package in the require.js, which will allow us to 2016-04-14 12:34:17 +05:30
messages.pot Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00