>>>>> "Evgeny" == Evgeny Morozov <postgresql3@xxxxxxxxxxxxxxxxx> writes: Evgeny> Indeed, I cannot get that far due to the same error. I read Evgeny> about ignore_system_indexes, but... Evgeny> # sudo -u postgres psql -w -p 5434 -c "set ignore_system_indexes=on"; Evgeny> ERROR: parameter "ignore_system_indexes" cannot be set after connection Evgeny> start sudo -u postgres psql -w -p 5434 -d "options='-P'" (make that -d "dbname=whatever options='-P'" if you need to specify some database name; or use PGOPTIONS="-P" in the environment.) -- Andrew (irc:RhodiumToad)