Re: disabling OIDs?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: disabling OIDs?
Дата
Msg-id 876536vu87.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: disabling OIDs?  ("Mark Dexter" <MDEXTER@dexterchaney.com>)
Список pgsql-general
"Mark Dexter" <MDEXTER@dexterchaney.com> writes:

> > For what it's worth, OIDs are required if you ever want to use
> > updateable cursors with the ODBC driver.  We discovered this the hard
> > way.  Mark Dexter

That's unfortunate. Is it because it's difficult to track down the primary key
of the table? Is it any easier to track down the primary key of the table in
8.0? It would be much better if it checked the primary key and used that
instead of OIDs.

Though I'm unclear implementing "updateable cursors" in the client-end is
really a good idea. I suppose it's nice if you understand the limitations
inherent.

--
greg

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

Предыдущее
От: "Frank D. Engel, Jr."
Дата:
Сообщение: Re: table with sort_key without gaps
Следующее
От: Marek Lewczuk
Дата:
Сообщение: plperl loading