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

Commit

Permalink
Update README.md with correct path to postgresql.conf.in file
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekkoya authored Oct 5, 2023
1 parent 4abad8a commit 3eb6b37
Showing 1 changed file with 2 additions and 2 deletions.
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](./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](./tests/postgresql.conf.in)
- [prime.sql](./tests/prime.sql)
- [data.sql](./tests/migrations/data.sql)

Expand Down

0 comments on commit 3eb6b37

Please sign in to comment.