pgadmin4/web/pgadmin/browser/server_groups
Pradip Parkale 1bb510cdd4 Fixed following issues in the function module:
1) The volatility option is not reflecting. It stays volatile always when creating the function.
2) Set "Returns as set" to true and enter estimated rows like 12. Now set returns as set to false and save.
   It gives ERROR: ROWS is not applicable when the function does not return a set.
   Need to clear estimated rows when returns as set is false.
3) If estimated rows are added and support function is selected then SQL looks ugly.

Fixes #5843
2020-10-12 14:01:04 +05:30
..
servers Fixed following issues in the function module: 2020-10-12 14:01:04 +05:30
static Ensure that the 'Remove Server Group' option is available in the context menu. Fixes #5834 2020-09-15 13:19:00 +05:30
templates/css Added shared server support for admin users. Fixes #4979 2020-09-03 12:59:28 +05:30
tests Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
__init__.py Added shared server support for admin users. Fixes #4979 2020-09-03 12:59:28 +05:30