iCyberon / pg_ulid

Universally Unique Lexicographically Sortable Identifier (ULID) for PostgreSQL
MIT License
59 stars 4 forks source link

postgresql 13 fork #7

Closed basaran closed 8 months ago

basaran commented 3 years ago

Please see the commit log.

iCyberon commented 3 years ago

Thanks for the PR @basaran

I'll check it this weekend. Would be nice to be able to also support older versions of PG. Most probably by using macros we should be able to achieve that.