From b360744952b78f2446686178fa0309e716ae2358 Mon Sep 17 00:00:00 2001 From: idfx Date: Sat, 16 Aug 2003 19:11:40 +0000 Subject: [PATCH] some bugfixes --- doc/MAINTENANCE.postgresql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/MAINTENANCE.postgresql b/doc/MAINTENANCE.postgresql index 0cc7df07..44a359a5 100755 --- a/doc/MAINTENANCE.postgresql +++ b/doc/MAINTENANCE.postgresql @@ -7,7 +7,7 @@ To dump the database use pg_dump To restore do the following - pg_restore -d [name_of_database] -U [dbuser] -Ft dump.tar + pg_restore -d [name_of_database] -u [dbuser] -Ft dump.tar VACUUM and VACUUM ANALYZE @@ -41,4 +41,4 @@ order by relname; select 'alter table '||relname||' owner to "de_indy";' from pg_class where relname not like 'pg%' -order by relname; \ No newline at end of file +order by relname; -- 2.11.0