zonkyio / embedded-postgres-binaries

Lightweight bundles of PostgreSQL binaries with reduced size intended for testing purposes.
Apache License 2.0
138 stars 29 forks source link

Working with uuid extension issue #13

Closed vladimiravramov closed 4 years ago

vladimiravramov commented 4 years ago

Hello!

I've stuck with uuid extension issue. Adding uuid extension is not allowed. If your script has line like this CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; You've got the error. This is because there're no libossp-uuid.so.16 library in the bundled postgresql. Please, add this and it will work fine.

tomix26 commented 4 years ago

Thanks for the report.