Re: [BUGS] 'pg_dump --create' forgets database encoding

2002-10-23 Thread Tom Lane
Nicolaus Erichsen <[EMAIL PROTECTED]> writes: > pg_dump forgets to include the 'with encoding ' statement in its ouput. Fixed since 7.2.1. regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[BUGS] 'pg_dump --create' forgets database encoding

2002-10-23 Thread Nicolaus Erichsen
Hello everybody, pg_dump forgets to include the 'with encoding ' statement in its ouput. To reproduce: - snip nico@nico:~> psql -Upostgres -dtemplate1 Welcome to psql, the PostgreSQL interactive terminal. Type: \copyright for distribution terms