diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..add01199 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "restructuredtext.confPath": "c:\\Users\\faoustin\\Downloads\\pgcli" +} \ No newline at end of file diff --git a/changelog.rst b/changelog.rst index 9497fc31..ed0232df 100644 --- a/changelog.rst +++ b/changelog.rst @@ -6,6 +6,8 @@ Features: * manage pager by \pset pager and add enable_pager to the config file (Thanks: `Frederic Aoustin`_). * Add support for `\T` command to change format output. (Thanks: `Frederic Aoustin`_). +* Add option list-dsn (Thanks: `Frederic Aoustin`_). + Internal changes: -----------------