Re: per user/database connections limit again

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: per user/database connections limit again
Дата
Msg-id 23657.1122771671@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: per user/database connections limit again  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I have "worked over" your patch and I think it is ready for application.

I've made another pass over this and should be able to commit tomorrow
(I'm about to knock off for today, and ran out of time to test
pg_dumpall).  One thing I changed was that it didn't make sense to me
for CREATE DATABASE to copy the template database's datconnlimit.
We don't copy its datallowconn or datconfig, so why datconnlimit?

BTW I disagree with removing datallowconn; that is different from
datconnlimit = 0 because it is enforced even against superusers.
(Similar remarks apply for rolcanlogin vs rolconnlimit.)

            regards, tom lane


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] PL/Perl list value return causes segfault
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PL/PGSQL: Dynamic Record Introspection