edoceo / pg-ulid

ULID Functions for PostgreSQL
59 stars 0 forks source link

Inconsistent readme #5

Open budarin opened 2 years ago

budarin commented 2 years ago

Creates a ULID datatype as a 128bit integer, which we hope operates faster than text.

When in pg_ulid--0.0.4.sql

CREATE FUNCTION ulid_create()
 RETURNS text
 LANGUAGE C
 VOLATILE STRICT
 AS '$libdir/pg_ulid';