Style of definitions lists in the docs improved
This commit is contained in:
parent
06a38f4a99
commit
7e4f811381
@ -271,6 +271,8 @@ version load the script ``$SHAREDIR/contrib/uninstall_pg_repack.sql`` into the
|
|||||||
database where the error occured and then load
|
database where the error occured and then load
|
||||||
``$SHAREDIR/contrib/pg_repack.sql`` again.
|
``$SHAREDIR/contrib/pg_repack.sql`` again.
|
||||||
|
|
||||||
|
.. class:: diag
|
||||||
|
|
||||||
pg_repack: repack database "template1" ... skipped: pg_repack is not installed in the database
|
pg_repack: repack database "template1" ... skipped: pg_repack is not installed in the database
|
||||||
pg_repack is not installed in the database when ``--all`` option is
|
pg_repack is not installed in the database when ``--all`` option is
|
||||||
specified.
|
specified.
|
||||||
@ -356,6 +358,8 @@ ANALYZE during pg_repack. In many
|
|||||||
cases pg_repack will fail and rollback correctly, but there are some cases
|
cases pg_repack will fail and rollback correctly, but there are some cases
|
||||||
which may result in data corruption.
|
which may result in data corruption.
|
||||||
|
|
||||||
|
.. class:: ddl
|
||||||
|
|
||||||
TRUNCATE
|
TRUNCATE
|
||||||
TRUNCATE is lost. Deleted rows still exist after pg_repack.
|
TRUNCATE is lost. Deleted rows still exist after pg_repack.
|
||||||
|
|
||||||
|
@ -53,3 +53,10 @@ div.contents {
|
|||||||
div.contents ul {
|
div.contents ul {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl.diag dt,
|
||||||
|
dl.ddl dt {
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user