Skip to content

Commit a926623

Browse files
committed
A few doc typos fixed
1 parent ec28c27 commit a926623

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/pg_repack.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ Options to connect to servers. You cannot use ``--all`` and ``--dbname`` or
174174
``-w``, ``--no-password``
175175
Never issue a password prompt. If the server requires password
176176
authentication and a password is not available by other means such as a
177-
.pgpass file, the connection attempt will fail. This option can be useful
178-
in batch jobs and scripts where no user is present to enter a password.
177+
``.pgpass`` file, the connection attempt will fail. This option can be
178+
useful in batch jobs and scripts where no user is present to enter a
179+
password.
179180

180181
``-W``, ``--password``
181182
Force the program to prompt for a password before connecting to a
@@ -309,23 +310,23 @@ DDL commands
309310
^^^^^^^^^^^^
310311

311312
You cannot do DDL commands **except** VACUUM and ANALYZE during pg_repack. In many
312-
cases pg_repack will fail and rollback collectly, but there are some cases
313-
which may result in data-corruption .
313+
cases pg_repack will fail and rollback correctly, but there are some cases
314+
which may result in data corruption.
314315

315316
TRUNCATE
316317
TRUNCATE is lost. Deleted rows still exist after pg_repack.
317318

318319
CREATE INDEX
319-
It causes index corruptions.
320+
It causes index corruption.
320321

321322
ALTER TABLE ... ADD COLUMN
322-
It causes lost of data. Newly added columns are initialized with NULLs.
323+
It causes loss of data. Newly added columns are initialized with NULLs.
323324

324325
ALTER TABLE ... ALTER COLUMN TYPE
325-
It causes data corruptions.
326+
It causes data corruption.
326327

327328
ALTER TABLE ... SET TABLESPACE
328-
It causes data corruptions by wrong relfilenode.
329+
It causes data corruption by wrong relfilenode.
329330

330331

331332
Details

0 commit comments

Comments
 (0)