Re: Full GUID support

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: Full GUID support
Дата
Msg-id CAA-aLv7WJe_w7c_Y7VPf=Tk7szUx-RnZF2Zg5xryinApXrhHvQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Full GUID support  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Full GUID support
Список pgsql-hackers
On 12 July 2011 19:24, Josh Berkus <josh@agliodbs.com> wrote:
> Magnus, JD,
>
>> UUID *is* in core. It's just the generation functions that aren't.
>
> No, it's not.  It's in /contrib, which makes it an extension.

The functions to produce UUIDs are in contrib, but the UUID data type
itself is in core.  You get the type uuid whether you install the
contrib module or not.

http://www.postgresql.org/docs/current/static/datatype-uuid.html

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Deferred partial/expression unique constraints
Следующее
От: Robert Haas
Дата:
Сообщение: Re: reducing the overhead of frequent table locks, v4