Skip to content

Commit c96d270

Browse files
authored
Merge pull request #341 from LeeHanYeong/fix/typo
dbbackup.db.postgres typo fix
2 parents e544ab6 + 6509895 commit c96d270

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/databases.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ MySQL uses by default :class:`dbbackup.db.mysql.MysqlDumpConnector`. It uses
130130
PostgreSQL
131131
----------
132132

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

137137
The second uses ``pg_restore`` with binary dump files.
@@ -162,7 +162,7 @@ Default: ``True``
162162
PostGIS
163163
-------
164164

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

0 commit comments

Comments
 (0)