-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the default configuration file name.
The default configuration file name has been moved from '.pgenv.conf' to '.pgenv.default.conf'. This is a more rational name and keeps simpler the juggling between the functions that internally try to guess the PostgreSQL versions. However, **this breaks backward compatibility** with versions of pgenv that used the old file name style. Fixed a few problems related to `config` when invoked without any specific version, that was supposed to translate into `default`. Readme updated.
- Loading branch information
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters