Difference between revisions of "Uuid-ossp"
Jump to navigation
Jump to search
(Created page with " CREATE EXTENSION uuid-ossp;") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | 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; | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{UUID}} | ||
+ | * {{PostgreSQL extensions}} | ||
+ | |||
+ | [[Category:PostgreSQL]] |
Latest revision as of 11:51, 11 May 2023
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[edit]
Advertising: