From 6f1b9e4efd94fc644f5de5377829d42e48c3c758 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 26 Dec 2012 19:26:30 -0500 Subject: Add pg_upgrade --jobs parameter Add pg_upgrade --jobs, which allows parallel dump/restore of databases, which improves performance. --- doc/src/sgml/pgupgrade.sgml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 998cb2fc9a5..53781e45ed6 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -112,6 +112,13 @@ variable PGDATANEW + + + + number of simultaneous processes or threads to use + + + @@ -331,10 +338,15 @@ NET STOP pgsql-8.3 (PostgreSQL 8.3 and older used a different s requires that the old and new cluster data directories be in the same file system. See pg_upgrade --help for a full list of options. - + - - + + The For Windows users, you must be logged into an administrative account, and -- cgit v1.2.3