From a89c46f9bc314ed549245d888da09b8c5cace104 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 9 Jan 2013 08:57:47 -0500 Subject: Allow parallel copy/link in pg_upgrade This patch implements parallel copying/linking of files by tablespace using the --jobs option in pg_upgrade. --- doc/src/sgml/pgupgrade.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 53781e45ed6..e0765babfc5 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -342,10 +342,11 @@ NET STOP pgsql-8.3 (PostgreSQL 8.3 and older used a different s The -- cgit v1.2.3