public inbox for [email protected]
help / color / mirror / Atom feedDoes "console code page" issue apply to MinGW, Cygwin builds?
5+ messages / 4 participants
[nested] [flat]
* Does "console code page" issue apply to MinGW, Cygwin builds?
@ 2004-12-26 20:32 Tom Lane <[email protected]>
2004-12-27 05:22 ` Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Bruce Momjian <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Tom Lane @ 2004-12-26 20:32 UTC (permalink / raw)
To: [email protected]; pgsql-docs
At the bottom of
http://developer.postgresql.org/docs/postgres/install-win32.html
there is some info about having to set the correct console code page
for psql. Does this apply to the MinGW and/or Cygwin builds, or is it
only relevant for Visual C++ and Borland C++ builds? If the former,
it's in the wrong place. I am not sure what the right place is though.
regards, tom lane
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW,
2004-12-26 20:32 Does "console code page" issue apply to MinGW, Cygwin builds? Tom Lane <[email protected]>
@ 2004-12-27 05:22 ` Bruce Momjian <[email protected]>
2004-12-27 17:42 ` Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Cygwin builds? Tom Lane <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Bruce Momjian @ 2004-12-27 05:22 UTC (permalink / raw)
To: Tom Lane <[email protected]>; +Cc: [email protected]; pgsql-docs
Tom Lane wrote:
> At the bottom of
> http://developer.postgresql.org/docs/postgres/install-win32.html
> there is some info about having to set the correct console code page
> for psql. Does this apply to the MinGW and/or Cygwin builds, or is it
> only relevant for Visual C++ and Borland C++ builds? If the former,
> it's in the wrong place. I am not sure what the right place is though.
It applies to all of them. I think it should just be in the psql manual
page, no?
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Cygwin builds?
2004-12-26 20:32 Does "console code page" issue apply to MinGW, Cygwin builds? Tom Lane <[email protected]>
2004-12-27 05:22 ` Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Bruce Momjian <[email protected]>
@ 2004-12-27 17:42 ` Tom Lane <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Tom Lane @ 2004-12-27 17:42 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: [email protected]; pgsql-docs
Bruce Momjian <[email protected]> writes:
> Tom Lane wrote:
>> At the bottom of
>> http://developer.postgresql.org/docs/postgres/install-win32.html
>> there is some info about having to set the correct console code page
>> for psql. Does this apply to the MinGW and/or Cygwin builds, or is it
>> only relevant for Visual C++ and Borland C++ builds? If the former,
>> it's in the wrong place. I am not sure what the right place is though.
> It applies to all of them. I think it should just be in the psql manual
> page, no?
Barring objections, I'll move it there.
regards, tom lane
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Cygwin builds?
@ 2004-12-27 08:48 Magnus Hagander <[email protected]>
2004-12-27 17:21 ` Re: [pgsql-hackers-win32] Does "console code page" issue apply to Reini Urban <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Magnus Hagander @ 2004-12-27 08:48 UTC (permalink / raw)
To: Tom Lane <[email protected]>; [email protected]; pgsql-docs
> At the bottom of
> http://developer.postgresql.org/docs/postgres/install-win32.html
> there is some info about having to set the correct console
> code page for psql. Does this apply to the MinGW and/or
> Cygwin builds, or is it only relevant for Visual C++ and
> Borland C++ builds? If the former, it's in the wrong place.
> I am not sure what the right place is though.
It definitly applies to the MinGW build. Not sure about Cygwin.
//Magnus
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: [pgsql-hackers-win32] Does "console code page" issue apply to
2004-12-27 08:48 Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Cygwin builds? Magnus Hagander <[email protected]>
@ 2004-12-27 17:21 ` Reini Urban <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Reini Urban @ 2004-12-27 17:21 UTC (permalink / raw)
To: ; +Cc: [email protected]; pgsql-docs
Magnus Hagander schrieb:
>>At the bottom of
>>http://developer.postgresql.org/docs/postgres/install-win32.html
>>there is some info about having to set the correct console
>>code page for psql. Does this apply to the MinGW and/or
>>Cygwin builds, or is it only relevant for Visual C++ and
>>Borland C++ builds? If the former, it's in the wrong place.
>>I am not sure what the right place is though.
>
>
> It definitly applies to the MinGW build. Not sure about Cygwin.
Cygwin ditto (see the note at the end), but previous cygwin builds (up
to 7.4.5 if I remember correctly) had only limited codepage support.
If unsupported by your cygwin build it will complain on initdb and/or
psql otherwise.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2004-12-27 17:42 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-12-26 20:32 Does "console code page" issue apply to MinGW, Cygwin builds? Tom Lane <[email protected]>
2004-12-27 05:22 ` Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Bruce Momjian <[email protected]>
2004-12-27 17:42 ` Tom Lane <[email protected]>
2004-12-27 08:48 Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Cygwin builds? Magnus Hagander <[email protected]>
2004-12-27 17:21 ` Re: [pgsql-hackers-win32] Does "console code page" issue apply to Reini Urban <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox