> Hello,
>
> I created a Postgres table with a UUID. I want the UUID to be
> populated by default.
PostgreSQL doesn't have built-in functions for generating UUIDs, but
there is a module in contrib that will do so:
http://www.postgresql.org/docs/current/static/datatype-uuid.html
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
No comments:
Post a Comment