Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
f038e089
Commit
f038e089
authored
21 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Use slightly less broken markup.
parent
47ed658c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/install-win32.sgml
+17
-16
17 additions, 16 deletions
doc/src/sgml/install-win32.sgml
with
17 additions
and
16 deletions
doc/src/sgml/install-win32.sgml
+
17
−
16
View file @
f038e089
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.1
3
2003/09/
29 18:21:33 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.1
4
2003/09/
30 01:26:29 tgl
Exp $
-->
-->
<chapter id="install-win32">
<chapter id="install-win32">
...
@@ -108,30 +108,31 @@ $Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.13 2003/09/29 18:21:
...
@@ -108,30 +108,31 @@ $Header: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v 1.13 2003/09/29 18:21:
</para>
</para>
<para>
<para>
<application>psql</application> is compiled as a "console application". As
<application>psql</application> is compiled as a <quote>console
the win32 console windows use a different encoding than the rest of the
application</>. As
system, you must take special care when using 8-bit characaters (eg. german
the Win32 console windows use a different encoding than the rest of the
Umlauts) at the <application>psql</application> prompt. When
system, you must take special care when using 8-bit characters (eg. German
umlauts) at the <application>psql</application> prompt. When
<application>psql</application> detects a problematic console codepage, it
<application>psql</application> detects a problematic console codepage, it
will warn you at startup. To change the console codepage, two things are
will warn you at startup. To change the console codepage, two things are
neccessary:
neccessary:
<variablelist>
<itemizedlist>
<varlistentry>
<listitem>
<listitem>
<para>
Set the codepage with <userinput>cmd.exe /c chcp 1252</userinput>
Set the codepage with <userinput>cmd.exe /c chcp 1252</userinput>
(1252 is the german value, replace it with your value). If you are using
(1252 is the German value, replace it with your value). If you are using
cygwin, you can put this command in <filename>/etc/profile</filename>.
cygwin, you can put this command in <filename>/etc/profile</filename>.
</para>
</listitem>
</listitem>
</varlistentry>
<varlistentry>
<listitem>
<listitem>
Set the console font to "Lucida Console", because the raster font
<para>
does not work with the ANSI codepage.
Set the console font to <quote>Lucida Console</>, because the raster font
does not work with the ANSI codepage.
</para>
</listitem>
</listitem>
</varlistentry>
</itemizedlist>
</variablelist>
</para>
</para>
</chapter>
</chapter>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment