677070db1a
functionality, but may be not available everywhere. uniqueidentifier: This data type is a 16-byte uniqueidentifier widely used to unique identify entities across Universe. This implementation depends on libuuid from e2fsprogs package (http://e2fsprogs.sourceforge.net) by Theodore Ts'o. I don't know is it possible to build e2fsprogs not on Linux, but seems libuuid itself is fairly portable. So it may be possible to cut libuuid from e2fsprogs and compile it alone.
8 lines
368 B
Text
8 lines
368 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/01/10 19:13:03 mpasternak Exp $
|
|
|
|
To easily introduce the new UNIQUEIDENTIFIER type to your SQL database, use:
|
|
|
|
psql -af ${PREFIX}/share/uniqueidentifier/uniqueidentifier.sql [DBNAME]
|
|
|
|
===========================================================================
|