mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix wording in pg_upgrade docs
Author: Daniel Gustafsson
This commit is contained in:
parent
28d1c8ccc8
commit
499ae5f5db
@ -71,8 +71,8 @@ performs a number of bookkeeping tasks required to 'sync up' the new
|
|||||||
cluster with the existing data.
|
cluster with the existing data.
|
||||||
|
|
||||||
First, pg_upgrade copies the commit status information and 'next
|
First, pg_upgrade copies the commit status information and 'next
|
||||||
transaction ID' from the old cluster to the new cluster. This is the
|
transaction ID' from the old cluster to the new cluster. This step
|
||||||
steps ensures that the proper tuples are visible from the new cluster.
|
ensures that the proper tuples are visible from the new cluster.
|
||||||
Remember, pg_upgrade does not export/import the content of user-defined
|
Remember, pg_upgrade does not export/import the content of user-defined
|
||||||
tables so the transaction IDs in the new cluster must match the
|
tables so the transaction IDs in the new cluster must match the
|
||||||
transaction IDs in the old data. pg_upgrade also copies the starting
|
transaction IDs in the old data. pg_upgrade also copies the starting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user