Re: [HACKERS] Another encoding issue

2005-12-08 Thread Tom Lane
Gavin Sherry <[EMAIL PROTECTED]> writes: > Here's another interesting encoding issue. I cannot recall having seen it > on the lists. This problem has been mentioned before, eg here http://archives.postgresql.org/pgsql-hackers/2005-03/msg01004.php (that whole thread is relevant to the problem). Bu

Re: [HACKERS] Another encoding issue

2005-12-08 Thread Christopher Kings-Lynne
If we're bringing up odd encoding issues, why not talk about the mystery encoding of the shared catalogs? :) Basically depending on which database you're logged into when you alter a catalog will affect what encoding the new object appears as in the shared catalog. This for one makes it impo

[HACKERS] Another encoding issue

2005-12-08 Thread Gavin Sherry
Hi all, Here's another interesting encoding issue. I cannot recall having seen it on the lists. --- [EMAIL PROTECTED] build7]$ bin/createdb -E LATIN1 test CREATE DATABASE [EMAIL PROTECTED] build7]$ cat break.sh dat=`echo -en "\245\241"` echo "create table test (d text);" echo "insert into test v