Re: Analogue to SQL Server UniqueIdentifier?

Поиск
Список
Период
Сортировка
От jerry.evans@chordia
Тема Re: Analogue to SQL Server UniqueIdentifier?
Дата
Msg-id 026101c87250$dce11db0$0565a8c0@p424
обсуждение исходный текст
Ответ на Analogue to SQL Server UniqueIdentifier?  ("jerry.evans@chordia" <jerry.evans@chordia.co.uk>)
Список pgsql-general
Thanks Bill.

I discovered that 8.3 supports a UUID datatype. Thus a CREATE DOMAIN
uniqueidentifier AS uuid works fine for the aliasing. There are no SQL
Server style functions for UUID creation but I can handle this in the client
code. Works a treat.

Jerry



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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Analogue to SQL Server UniqueIdentifier?
Следующее
От: Enrico Sirola
Дата:
Сообщение: Re: questions about very large table and partitioning