Jean Arnaud <Jean.Arnaud@xxxxxxxxxxxx> writes: > I'm looking for a way to change the "max_connections" parameter without > restarting the PostGreSQL database. There is none. That's one of the parameters that determines shared memory array sizes, and we can't change those on-the-fly. regards, tom lane