[Pkg-postgresql-public] Bug#877920: Bug#877920: postgresql-common: pg_upgradecluster 9.6 -> 10 fails (locale problem)

Christoph Berg myon at debian.org
Sat Oct 7 12:11:14 UTC 2017


Re: Karsten Hilbert 2017-10-07 <20171007104018.ax3cv7dwqg4s3jyr at hermes.hilbert.loc>
> Thanks for your response !

Thanks!

> 	postgres at hermes:~$ psql -d template1
> 	Ausgabeformat ist »wrapped«.

PgCommon.pm doesn't use 'psql -X' so your (or postgres') .psqlrc might
be getting in the way. Could you try the upgrade again after moving
.psqlrc away, or (better) adding an 'X' to PgCommon.pm lines 935 and
939?

open PSQL, '-|', $psql, '-h', $socketdir, '-p', $port, '-XAtc',
                                                         ^
Christoph



More information about the Pkg-postgresql-public mailing list