"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
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