From 717f6d60859cc2d1d7dfd57520531a50bd78df9c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 12 Mar 2012 19:47:54 -0400 Subject: In pg_upgrade, add various logging improvements: add ability to control permissions of created files have psql echo its queries for easier debugging output four separate log files, and delete them on success add -r/--retain option to keep log files after success make logs file append-only remove -g/-G/-l logging options sugggest tailing appropriate log file on failure enhance -v/--verbose behavior --- doc/src/sgml/pgupgrade.sgml | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 4f263fe6720..6ecdfda6719 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -90,30 +90,12 @@ variable PGDATANEW - - - - enable debugging - - - - debug_filename - debug_filename - output debugging activity to file - - use hard links instead of copying files to the new cluster - - log_filename - log_filename - log internal activity to file - - options options @@ -142,6 +124,13 @@ variable PGPORTNEW + + + + retain SQL and log files even after successful completion + + + user_name user_name @@ -152,7 +141,7 @@ - enable verbose output + enable verbose internal logging -- cgit v1.2.3