mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
Release notes for issue #20: Convert Postgres calls from psql to DBD::Pg.
This commit is contained in:
parent
23e6267adc
commit
ba4e5fc4cb
@ -788,6 +788,8 @@ Get information about backups in the `db` stanza.
|
||||
|
||||
* Fixed protocol issue that was preventing ssh errors (especially connect) from being logged.
|
||||
|
||||
* Now using Perl DBI for connections to PostgreSQL rather than psql. The `cmd-psql` and `cmd-psql-option` settings have been removed and replaced with `db-port` and `db-socket-path`.
|
||||
|
||||
### v0.78: Remove CPAN dependencies, stability improvements
|
||||
|
||||
* Removed dependency on CPAN packages for multi-threaded operation. While it might not be a bad idea to update the threads and Thread::Queue packages, it is no longer necessary.
|
||||
|
@ -744,6 +744,9 @@ Run a <id>full</id> backup on the <id>db</id> stanza. <param>--type</param> can
|
||||
<release-feature>
|
||||
<text>Fixed protocol issue that was preventing ssh errors (especially connect) from being logged.</text>
|
||||
</release-feature>
|
||||
<release-feature>
|
||||
<text>Now using Perl DBI for connections to <postgres/> rather than psql. The <setting>cmd-psql</setting> and <setting>cmd-psql-option</setting> settings have been removed and replaced with <setting>db-port</setting> and <setting>db-socket-path</setting>.</text>
|
||||
</release-feature>
|
||||
</release-feature-bullet-list>
|
||||
</release-version>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user