Skip to content

Commit

Permalink
Document the need to enable the hstore extension in older Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 23, 2023
1 parent 1b928d0 commit 48a5cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/setup/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To run, Tobira requires:

These are technicalities that you likely don't need to care about if you have a dedicated and modern PostgreSQL for Tobira.

- For PostgreSQL version 12 and older, you have to manually enable the `pgcrypto` extension!
- For PostgreSQL version 12 and older, you have to manually enable the `pgcrypto` and `hstore` extensions!
- Over the lifetime of a Tobira installation the `current_schema()` must not change.
- Tobira assumes exclusive control over the `current_schema()`.
So don't let other applications use the same schema.
Expand Down

0 comments on commit 48a5cc4

Please sign in to comment.