Difference between revisions of "Uuid-ossp"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
The uuid-ossp module provides functions to generate universally unique identifiers (UUIDs) using one of several standard algorithms | The uuid-ossp module provides functions to generate universally unique identifiers (UUIDs) using one of several standard algorithms | ||
+ | |||
+ | [[CREATE EXTENSION]] "uuid-ossp"; | ||
+ | CREATE EXTENSION | ||
+ | |||
[[CREATE EXTENSION]] uuid-ossp; | [[CREATE EXTENSION]] uuid-ossp; | ||
+ | ERROR: syntax error at or near "-" | ||
+ | LINE 1: CREATE EXTENSION uuid-ossp; | ||
Revision as of 06:20, 25 October 2022
The uuid-ossp module provides functions to generate universally unique identifiers (UUIDs) using one of several standard algorithms
CREATE EXTENSION "uuid-ossp"; CREATE EXTENSION
CREATE EXTENSION uuid-ossp; ERROR: syntax error at or near "-" LINE 1: CREATE EXTENSION uuid-ossp;
See also
- UUID,
uuidgen
, uuid-ossp (PostgreSQL), ULID
Advertising: