Re: Does INSERT inserts always at the end ?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Does INSERT inserts always at the end ?
Дата
Msg-id 20040531220459.GB436@svana.org
обсуждение исходный текст
Ответ на Re: Does INSERT inserts always at the end ?  (florence.henry@obspm.fr (Florence HENRY))
Список pgsql-general
On Tue, May 25, 2004 at 01:15:14AM -0700, Florence HENRY wrote:
> Indeed, I'm using Perl's DBI. currval does exactly what I want. Thanks to
> all who pointed it to me.

That's the way it should be done.

> Before I could read your messages, I made a workaround that worked nice also,
> but could you tell me if it would always work ?
>
> It uses the "oid" number. I've read that it used to be unique, but within
> the same session, I can assume that it is always growing, can't I ?

NO! The OID will wrap eventually, it is not guarenteed to be unique.
And you can now make tables without OIDs.
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

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

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: Poatgresql database on more than one disk
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: statement level triggers in PostgreSQL , anybody??