Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Update README.md with correct path & name to postgresql.conf.in file #32

Merged
merged 2 commits into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The binary distributions have many extensions enabled; these include:
- citus

You can just use `CREATE EXTENSION` to enable most of these. Some may require
tweaks to [postgresql.conf](./tests/postgresql.conf) to enable.
tweaks to [postgresql.conf.in](./tests/postgresql.conf.in) to enable.

### Helpful development utilities

Expand Down Expand Up @@ -121,7 +121,7 @@ major version. This will be expanded in the future.
You can test database migrations (using some artificial data schemas);
it uses the following data to set up the database:

- [postgresql.conf](./tests/postgresql.conf)
- [postgresql.conf.in](./tests/postgresql.conf.in)
- [prime.sql](./tests/prime.sql)
- [data.sql](./tests/migrations/data.sql)

Expand Down
Loading