dbTalk Databases Forums  

Re: [BUGS] rc4 and rc3, some deleted, but still needed text in the

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss Re: [BUGS] rc4 and rc3, some deleted, but still needed text in the in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Christoph Becker
 
Posts: n/a

Default Re: [BUGS] rc4 and rc3, some deleted, but still needed text in the - 01-12-2005 , 05:08 PM






Magnus Hagander wrote:
Quote:
This information is still in the documentation, it has moved to a
different location. It's in the docmentation for the psql tool now.
(It's under Client Application)
Yes it is, but the message in the source code has not been changed,
which is very misleading,
as you can see here:
g:\home\cb>psql -U postgres template1
Password:
Welcome to psql 8.0.0rc5, the PostgreSQL interactive terminal.
.......
Warning: Console codepage (850) differs from windows codepage (1252)
8-bit characters will not work correctly. See PostgreSQL
documentation "Installation on Windows" for details.

Regards
Christoph Becker


Magnus Hagander schrieb:

Quote:
If PostgreSQL is intalled with native language support with
the windows installer and if German is used as locale, local
characters like Umlaute are displayed wrong in the windows
command window. In PG-Admin's Helpfile, which is from beta5,
but no longer in the documentation of version rc3 and rc4,
the following advice can be found:



This information is still in the documentation, it has moved to a
different location. It's in the docmentation for the psql tool now.
(It's under Client Application)



Perhaps on Windows, PostgreSQL should itself send "cmd.exe /c
chcp 1252"
to the console if needed.



1252 is not valid for all installations. Only for Latin-1 installations.

That said, it should be possible to determine this from the system
locale on installation time and put that in the shortcut. Please
register a feature request on the pgFoundry page for this so it's not
forgotten. It won't be there in time for 8.0, but it shouldn't be too
much work to add it in a followon release.

//Magnus





---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly


Reply With Quote
  #2  
Old   
Magnus Hagander
 
Posts: n/a

Default Re: [BUGS] rc4 and rc3, some deleted, but still needed text in the - 01-13-2005 , 03:46 AM






Quote:
Magnus Hagander wrote:
This information is still in the documentation, it has moved to a=20
different location. It's in the docmentation for the psql tool now.
(It's under Client Application)
=20
Yes it is, but the message in the source code has not been=20
changed, which is very misleading, as you can see here:
g:\home\cb>psql -U postgres template1
Password:
Welcome to psql 8.0.0rc5, the PostgreSQL interactive terminal.
......
Warning: Console codepage (850) differs from windows codepage (1252)
8-bit characters will not work correctly. See PostgreSQL
documentation "Installation on Windows" for details.
Good point :-)

Tom, want to do the honours, or do you want a patch? It's the message in
psql that you mentioned wasn't translatable. Location of docs changed.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings


Reply With Quote
  #3  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] rc4 and rc3, some deleted, but still needed text in the - 01-13-2005 , 09:52 AM



"Magnus Hagander" <mha (AT) sollentuna (DOT) net> writes:
Quote:
Tom, want to do the honours, or do you want a patch? It's the message in
psql that you mentioned wasn't translatable. Location of docs changed.
Yeah, it's on my must-fix list, but there's no point in fixing it until
we decide where it should point to ;-). I'm still waiting for some
enlightenment on whether this is a psql-only issue or whether we need to
move the information someplace else.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org


Reply With Quote
  #4  
Old   
Magnus Hagander
 
Posts: n/a

Default Re: [BUGS] rc4 and rc3, some deleted, but still needed text in the - 01-13-2005 , 12:16 PM



Quote:
Tom, want to do the honours, or do you want a patch? It's=20
the message=20
in psql that you mentioned wasn't translatable. Location of=20
docs changed.
=20
Yeah, it's on my must-fix list, but there's no point in=20
fixing it until we decide where it should point to ;-). I'm=20
still waiting for some enlightenment on whether this is a=20
psql-only issue or whether we need to move the information=20
someplace else.
It's an issue that affects any console mode programs. It may also affect
things like createdb if you try to create a database with chars > 127,
but I'm not 100% sure on that. I would *guess* that psql is the only one
where people will actually care...

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.