1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add a few more details to latest til

This commit is contained in:
jbranchaud
2021-04-29 12:28:05 -05:00
parent 9814c6704f
commit f8e9c38de1

View File

@@ -6,6 +6,11 @@ with installs of PostgreSQL. By default, when installing PostgreSQL with
[`asdf-postgres`](https://github.com/smashedtoatoms/asdf-postgres) plugin, the
`uuid-ossp` extension is not included.
Without it I had trouble running schema migrations against a database that was
trying to create the `uuid-ossp` extension:
> postgresql uuid-ossp.control file missing in extention folder
To include `uuid-ossp` when installing Postgres with `asdf`, you'll need to
include _extra config options_.