Re: (psuedo) random serial for PK or at least UNIQUE NOT NULL?

Поиск
Список
Период
Сортировка
От Vincenzo Romano
Тема Re: (psuedo) random serial for PK or at least UNIQUE NOT NULL?
Дата
Msg-id j2o3eff28921005050001pd025e691i66c3d7f107c180e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: (psuedo) random serial for PK or at least UNIQUE NOT NULL?  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: (psuedo) random serial for PK or at least UNIQUE NOT NULL?  (Cédric Villemain <cedric.villemain.debian@gmail.com>)
Список pgsql-general
2010/5/4 Alvaro Herrera <alvherre@commandprompt.com>:
> Vincenzo Romano wrote:
>> Hi all.
>>
>> I'm willing to change an BIGINT ID column (actually a SERIAL8) with a
>> BIGINT whose valules are (pseudo)random.
>> The main objective is to avoid guessability.
>> I whish I could also use it as the PK (as it's now) but that's not
>> really important now.
>> Any hint?
>
> http://wiki.postgresql.org/wiki/Pseudo_encrypt

That's a nice starting point.
I should apply that function twice for each 32-bit chunk of a
64-bit BIGINT and then merge the results into a single BIGINT ...
Boring but doable!

--
Vincenzo Romano
NotOrAnd Information Technologies
NON QVIETIS MARIBVS NAVTA PERITVS

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

Предыдущее
От: Konstantin Izmailov
Дата:
Сообщение: Re: Savepoint and prepared transactions
Следующее
От: Sim Zacks
Дата:
Сообщение: temp sequence