Re: Re: [SQL] oracle rownum equivalent?

Поиск
Список
Период
Сортировка
От Cary O'Brien
Тема Re: Re: [SQL] oracle rownum equivalent?
Дата
Msg-id 200006072247.SAA03722@saltmine.radix.net
обсуждение исходный текст
Ответ на Re: [SQL] oracle rownum equivalent?  (mikeo <mikeo@spectrumtelecorp.com>)
Ответы Re: Re: [SQL] oracle rownum equivalent?
Список pgsql-general
> thanks for the response.  oid is equivalent to oracle rowid.

I think there is a fundamentel difference between oid and rownum.
Oid is just a serial number.  Rownum is a long string that tells
oracle where exactly the row is.  So *I think* rownum can be
used for fast lookups, where oid, unless indexed, can't.

Other than that they are the same pretty much.

-- cary

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Dump
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql question...