Skip to content

Commit da123b7

Browse files
committed
Update installation instructions and put mostly everything in one place.
Also, some editing in PL/Perl and PL/Python chapters.
1 parent 0db8c41 commit da123b7

File tree

9 files changed

+617
-702
lines changed

9 files changed

+617
-702
lines changed

doc/src/sgml/charset.sgml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.27 2002/08/14 02:45:09 ishii Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.28 2002/09/18 20:09:31 petere Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -889,30 +889,6 @@ RESET CLIENT_ENCODING;
889889
</para>
890890
</sect2>
891891

892-
<sect2>
893-
<title>About Unicode</title>
894-
895-
<indexterm><primary>Unicode</></>
896-
897-
<para>
898-
An automatic encoding translation between Unicode and other
899-
encodings has been supported since <productname>PostgreSQL</> 7.1.
900-
For 7.1 it was not enabled by default.
901-
To enable this feature, run configure with the
902-
<option>--enable-unicode-conversion</option> option. Note that this requires
903-
the <option>--enable-multibyte</option> option also.
904-
</para>
905-
<para>
906-
For 7.2, <option>--enable-unicode-conversion</option> is not necessary.
907-
The Unicode conversion functionality is automatically enabled
908-
if <option>--enable-multibyte</option> is specified.
909-
</para>
910-
<para>
911-
For 7.3, <option>--enable-unicode-conversion</option> nor
912-
<option>--enable-multibyte</option> is needed.
913-
</para>
914-
</sect2>
915-
916892
<sect2>
917893
<title>What happens if the translation is not possible?</title>
918894

doc/src/sgml/client-auth.sgml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.37 2002/09/14 18:35:46 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.38 2002/09/18 20:09:31 petere Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -583,10 +583,9 @@ local db1,db2,@demodbs all md5
583583

584584
<para>
585585
In order to use <productname>Kerberos</>, support for it must be
586-
enabled at build time. Both Kerberos 4 and 5 are supported
587-
(<literal>./configure --with-krb4</> or <literal>./configure
588-
--with-krb5</> respectively), although only one version can be
589-
supported in any one build.
586+
enabled at build time. See <xref linkend="installation"> for more
587+
information. Both Kerberos 4 and 5 are supported, but only one
588+
version can be supported in any one build.
590589
</para>
591590

592591
<para>

0 commit comments

Comments
 (0)