Re: Re: [SQL] maximum number of rows in table - what about oid limits?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [SQL] maximum number of rows in table - what about oid limits?
Дата
Msg-id 9576.992011282@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [SQL] maximum number of rows in table - what about oid limits?  ("Tim Barnard" <tbarnard@povn.com>)
Список pgsql-general
"Tim Barnard" <tbarnard@povn.com> writes:
> <snip>
> If it does happen, you can just retry the failed object-creation
> command until you get a nonconflicting OID assignment.
> <snip>

> Tom, or anyone who'd know for that matter, what is the
> exact error I would need to look for?

It'd be a complaint about attempt to insert a duplicate key into
the unique index on one of several system catalogs' OID columns.
There wouldn't be any earlier detection of the problem than that.

            regards, tom lane

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

Предыдущее
От: jochen mader
Дата:
Сообщение: too many clients
Следующее
От: Allan Kamau
Дата:
Сообщение: Re: Writing transactions in plpgsql