iCyberon / pg_hashids

Short unique id generator for PostgreSQL, using hashids
MIT License
280 stars 24 forks source link

Error creating the pg_hashids extension #28

Closed Yash-Hiran closed 2 years ago

Yash-Hiran commented 2 years ago

After following the steps from README when I run the command CREATE extension pg_hashids. I get the below error

could not open extension control file "/usr/share/postgresql/13/extension/pg_hashids.control" how can this be fixed?

rotten commented 2 years ago

Several things might have gone wrong here. Firstly, confirm the file exists and is readable by the user your postgresql database is using. Did you build pg_hashids for postgresql 13?

Yash-Hiran commented 2 years ago

Oh, fixed the issue! Thanks a lot!