Yugabyte-db: [YSQL] Feature Support - EXTENSION

Created on 5 Apr 2019  路  3Comments  路  Source: yugabyte/yugabyte-db

Extension is not yet supported.

areysql integratiographqhasura kinenhancement

Most helpful comment

This is needed for the AdventureWorks dataset

-- Support to auto-generate UUIDs (aka GUIDs)
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

CREATE EXTENSION tablefunc;

All 3 comments

+1

This is needed for the AdventureWorks dataset

-- Support to auto-generate UUIDs (aka GUIDs)
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

CREATE EXTENSION tablefunc;

General issue fixed in 9f4c158. Specific extensions will be tracked in separate issues.
Currently opened #1867 to track uuid-ossp support. Note that pgcrypto is already supported and it has support for generating UUIDs (e.g. gen_random_uuid()). cc @dodilp

Was this page helpful?
0 / 5 - 0 ratings

Related issues

frafra picture frafra  路  3Comments

hengestone picture hengestone  路  4Comments

kevbaker picture kevbaker  路  3Comments

rahuldesirazu picture rahuldesirazu  路  3Comments

kmuthukk picture kmuthukk  路  4Comments