Re: PostgreSQL limitations question

Поиск
Список
Период
Сортировка
От Bartosz Dmytrak
Тема Re: PostgreSQL limitations question
Дата
Msg-id CAD8_UcbaCBO5JuT6sCEY-4bn-xZ0ujCoHutOTtrwj6VZxOVmHw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL limitations question  (Chris Angelico <rosuav@gmail.com>)
Ответы Re: PostgreSQL limitations question  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-general
2012/7/13 Chris Angelico <rosuav@gmail.com>

Does that help?

Sure :)
I know what unlimited means, but I suggest to change docs to be more accurate.
Those "limits" are huge (e.g. number of indexes limited by pg_class table size), but still exists.

it is like the famous Henry Ford's color choose:
"Any customer can have a car painted any color that he wants so long as it is black."
Number of indexes is unlimited until it is limited by pg_class table size (regardless free HD space).


Regards,
Bartek

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Can't figure out how to use now() in default for tsrange column (PG 9.2)
Следующее
От: Craig Ringer
Дата:
Сообщение: How to obtain calling role within a SECURITY DEFINER function