File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,8 @@ version load the script ``$SHAREDIR/contrib/uninstall_pg_repack.sql`` into the
271
271
database where the error occured and then load
272
272
``$SHAREDIR/contrib/pg_repack.sql `` again.
273
273
274
+ .. class :: diag
275
+
274
276
pg_repack: repack database "template1" ... skipped: pg_repack is not installed in the database
275
277
pg_repack is not installed in the database when ``--all `` option is
276
278
specified.
@@ -356,6 +358,8 @@ ANALYZE during pg_repack. In many
356
358
cases pg_repack will fail and rollback correctly, but there are some cases
357
359
which may result in data corruption.
358
360
361
+ .. class :: ddl
362
+
359
363
TRUNCATE
360
364
TRUNCATE is lost. Deleted rows still exist after pg_repack.
361
365
Original file line number Diff line number Diff line change @@ -53,3 +53,10 @@ div.contents {
53
53
div .contents ul {
54
54
padding-left : 1em ;
55
55
}
56
+
57
+ dl .diag dt ,
58
+ dl .ddl dt {
59
+ font-weight : bold;
60
+ margin-top : 1em ;
61
+ margin-bottom : 0.5em ;
62
+ }
You can’t perform that action at this time.
0 commit comments