Skip to content

Commit f8e9c38

Browse files
committed
Add a few more details to latest til
1 parent 9814c67 commit f8e9c38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

postgres/install-postgres-with-uuid-ossp-using-asdf.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ with installs of PostgreSQL. By default, when installing PostgreSQL with
66
[`asdf-postgres`](https://github.com/smashedtoatoms/asdf-postgres) plugin, the
77
`uuid-ossp` extension is not included.
88

9+
Without it I had trouble running schema migrations against a database that was
10+
trying to create the `uuid-ossp` extension:
11+
12+
> postgresql uuid-ossp.control file missing in extention folder
13+
914
To include `uuid-ossp` when installing Postgres with `asdf`, you'll need to
1015
include _extra config options_.
1116

0 commit comments

Comments
 (0)