I'm running PostgreSQL 16 (to be upgraded eventually) running on FreeBSD 14.3 (also to be upgraded eventually.) I would like to put my configuration files under source control. Obviously I don't want to make my entire PGDATA a Git repo, so I want to move the files to their own directory. As I see it, I could:
- Set at build time?
- Set in rc.conf?
- Symlink the .conf files back to PGDATA?