Re: 8.2 beta blockers

From: Michael Paesold <mpaesold(at)gmx(dot)at>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: 8.2 beta blockers
Date: 2006-09-18 06:35:56
Message-ID: 450E3E4C.7070607@gmx.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> I see the following items standing between us and putting out 8.2beta1:
>
> * Set client encoding based on OS environment - Peter E.
[snip]
> Personally I'm willing to commit to making the VALUES-list docs and
> userlock replacement code happen tomorrow. Bruce seems to be close
> on the release notes, and if the other two items aren't ready, well,
> beta1 can ship without 'em.

If you talk about the "client encoding thing" here...

Since the client encoding change is a feature addition and a behavioral
change, I think this should really be done before going to beta, IMHO. Btw.
was there any mailing list discussion on this item? Other than this:
http://archives.postgresql.org/pgsql-hackers/2003-05/msg00737.php.

I really hope that this change will only affect psql, not pg_dump, as Peter
wrote in 2003. I would strongly object to such a change (as much as my
voice counts). The current behavior of dumping with the database encoding
is exactly the right thing to do. I have a database in UTF-8 here. Using
any LATIN based encoding for dumping the database will simply break,
because there are always characters that don't map into the encoding.

Even with psql there could be issues with existing scripts, but I see a
benefit at least.

Best Regards
Michael Paesold

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lukas Kahwe Smith 2006-09-18 07:20:24 Re: 8.2 beta blockers
Previous Message Joshua D. Drake 2006-09-18 05:24:50 Re: [HACKERS] Developer's Wiki