| От | Greg Stark |
|---|---|
| Тема | Re: Running Totals and other stuff.... |
| Дата | |
| Msg-id | 87smde59x7.fsf@stark.xeocode.com обсуждение исходный текст |
| Ответ на | Re: Running Totals and other stuff.... (Richard Huxton <dev@archonet.com>) |
| Список | pgsql-general |
> > The best long term solution, IMHO, would be to change postgres so that > > it has a unique system column for each record, like Oracle does. Well incidentally, Oracle doesn't really either. If you use rowid for these things then you're in for some surprises when you make any significant DDL changes. At the very least it means dumping and reloading the data in a new database will destroy all your relationships. But the only reason Oracle even has something like rowid is a quirk of its implementation. Postgres is implemented differently and in that implementation there simply is no such identifier available. -- greg
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера