Re: WIP: raise error when submitting invalid ALTER SYSTEM command

2019-10-08 Thread Tom Lane
"Jordan Deitch" writes: > ALTER SYSTEM currently does not raise error upon invalid entry. You mean on invalid combinations of entries. Take for example: > alter system set superuser_reserved_connections = 10; > ALTER SYSTEM > alter system set max_connections = 5; > ALTER SYSTEM > The database

WIP: raise error when submitting invalid ALTER SYSTEM command

2019-10-08 Thread Jordan Deitch
Hi all, ALTER SYSTEM currently does not raise error upon invalid entry. Take for example: alter system set superuser_reserved_connections = 10; > ALTER SYSTEM alter system set max_connections = 5; > ALTER SYSTEM The database will now fail to restart without manual intervention by way of editin