Skip to content

Commit

Permalink
Merge pull request #341 from LeeHanYeong/fix/typo
Browse files Browse the repository at this point in the history
dbbackup.db.postgres typo fix
  • Loading branch information
ZuluPro authored Sep 19, 2020
2 parents e544ab6 + 6509895 commit c96d270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/databases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ MySQL uses by default :class:`dbbackup.db.mysql.MysqlDumpConnector`. It uses
PostgreSQL
----------

Postgres uses by default :class:`dbbackup.db.postgres.PgDumpConnector`, but
we advise you to use :class:`dbbackup.db.postgres.PgDumpBinaryConnector`. The
Postgres uses by default :class:`dbbackup.db.postgresql.PgDumpConnector`, but
we advise you to use :class:`dbbackup.db.postgresql.PgDumpBinaryConnector`. The
first one uses ``pg_dump`` and ``pqsl`` for its job, creating RAW SQL files.

The second uses ``pg_restore`` with binary dump files.
Expand Down Expand Up @@ -162,7 +162,7 @@ Default: ``True``
PostGIS
-------

Set in :class:`dbbackup.db.postgres.PgDumpGisConnector`, it does the same as
Set in :class:`dbbackup.db.postgresql.PgDumpGisConnector`, it does the same as
PostgreSQL but launchs ``CREATE EXTENSION IF NOT EXISTS postgis;`` before
restore database.

Expand Down

0 comments on commit c96d270

Please sign in to comment.