1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.69 2001/12/08 03:24:22 thomas Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.70 2001/12/19 18:49:56 petere Exp $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -65,7 +65,7 @@ su - postgres
65
65
<screen>
66
66
<userinput>gmake --version</userinput>
67
67
</screen>
68
- If at all possible you should use version 3.76.1 or later.
68
+ It is recommended to use version 3.76.1 or later.
69
69
</para>
70
70
</listitem>
71
71
@@ -477,7 +477,7 @@ su - postgres
477
477
into private directories under
478
478
<varname>includedir</varname>.
479
479
See the <citetitle>Programmer's Guide</citetitle> for
480
- information how to get at the header files for each interface.
480
+ information about how to get at the header files for each interface.
481
481
Finally, a private subdirectory will also be created, if appropriate,
482
482
under <varname>libdir</varname> for dynamically loadable modules.
483
483
</para>
@@ -568,7 +568,8 @@ su - postgres
568
568
to display a program's message in a language other than
569
569
English. <replaceable>LANGUAGES</replaceable> is a space
570
570
separated list of codes of the languages that you want
571
- supported. (The intersection between your list and the set
571
+ supported, for example <literal>--enable-nls='de fr'</>.
572
+ (The intersection between your list and the set
572
573
of actually provided translations will be computed
573
574
automatically.) If you do not specify it, then all available
574
575
translations are installed.
@@ -697,8 +698,9 @@ su - postgres
697
698
<para>
698
699
Build the ODBC driver. By default, the driver will be independent
699
700
of a driver manager. To work better with a driver manager already
700
- installed on your system, use one of the following options. More
701
- information can be found in the <citetitle>Programmer's Guide</citetitle>.
701
+ installed on your system, use one of the following options in addition
702
+ to this one. More information can be found in the
703
+ <citetitle>Programmer's Guide</citetitle>.
702
704
</para>
703
705
</listitem>
704
706
</varlistentry>
@@ -743,8 +745,8 @@ su - postgres
743
745
</varlistentry>
744
746
745
747
<varlistentry>
746
- <term><option>--with-krb4=<replaceable>DIRECTORY</></option></term>
747
- <term><option>--with-krb5=<replaceable>DIRECTORY</></option></term>
748
+ <term><option>--with-krb4<optional> =<replaceable>DIRECTORY</> </></option></term>
749
+ <term><option>--with-krb5<optional> =<replaceable>DIRECTORY</> </></option></term>
748
750
<listitem>
749
751
<para>
750
752
Build with support for Kerberos authentication. You can use
@@ -786,7 +788,7 @@ su - postgres
786
788
<seealso>SSL</seealso>
787
789
</indexterm>
788
790
789
- <term><option>--with-openssl=<replaceable>DIRECTORY</></option></term>
791
+ <term><option>--with-openssl<optional> =<replaceable>DIRECTORY</> </></option></term>
790
792
<listitem>
791
793
<para>
792
794
Build with support for <acronym>SSL</> (encrypted) connections.
@@ -969,7 +971,7 @@ All of PostgreSQL is successfully made. Ready to install.
969
971
</para>
970
972
971
973
<para>
972
- The standard install installs only the header files needed for client
974
+ The standard installation contains only the header files needed for client
973
975
application development. If you plan to do any server-side program
974
976
development (such as custom functions or data types written in C),
975
977
then you may want to install the entire <productname>PostgreSQL</>
@@ -984,7 +986,7 @@ All of PostgreSQL is successfully made. Ready to install.
984
986
</para>
985
987
986
988
<formalpara>
987
- <title>Client-only installation</title>
989
+ <title>Client-only installation: </title>
988
990
<para>
989
991
If you want to install only the client applications and
990
992
interface libraries, then you can use these commands:
@@ -1057,7 +1059,7 @@ setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
1057
1059
<option><literal>--libdir</></> to in <xref linkend="configure">.
1058
1060
You should put these commands into a shell start-up file such as
1059
1061
<filename>/etc/profile</> or <filename>~/.bash_profile</>. Some
1060
- good information about the caveats associated with the method can
1062
+ good information about the caveats associated with this method can
1061
1063
be found at <ulink
1062
1064
url="http://www.visi.com/~barr/ldpath.html"></ulink>.
1063
1065
</para>
@@ -1268,21 +1270,21 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
1268
1270
<itemizedlist>
1269
1271
<listitem>
1270
1272
<para>
1271
- The <citetitle>Tutorial</> should be your first reading if you
1272
- are completely new to <acronym>SQL</> databases. It should have
1273
- been installed at
1274
- <filename>/usr/local/pgsql/doc/html/tutorial.html</> unless you
1273
+ The <productname>PostgreSQL</> distribution contains a
1274
+ comprehensive documentation set, which you should read sometime.
1275
+ After installation, the documentation can be accessed by
1276
+ pointing your browser to
1277
+ <filename>/usr/local/pgsql/doc/html/index.html</>, unless you
1275
1278
changed the installation directories.
1276
1279
</para>
1277
- </listitem>
1278
1280
1279
- <listitem>
1280
1281
<para>
1282
+ The <citetitle>Tutorial</> should be your first reading if you
1283
+ are completely new to <acronym>SQL</> databases.
1281
1284
If you are familiar with database concepts then you want to
1282
1285
proceed with the <citetitle>Administrator's Guide</citetitle>,
1283
1286
which contains information about how to set up the database
1284
- server, database users, and authentication. It can be found at
1285
- <filename>/usr/local/pgsql/doc/html/admin.html</>.
1287
+ server, database users, and authentication.
1286
1288
</para>
1287
1289
</listitem>
1288
1290
@@ -1552,7 +1554,7 @@ gunzip -c user.ps.gz \
1552
1554
<entry>OBSD-3.0</entry>
1553
1555
</row>
1554
1556
<row>
1555
- <entry><systemitem class="osname">OpenUnix </></entry>
1557
+ <entry><systemitem class="osname">OpenUNIX </></entry>
1556
1558
<entry><systemitem>x86</></entry>
1557
1559
<entry>7.2</entry>
1558
1560
<entry>2001-11-28,
@@ -1567,7 +1569,7 @@ gunzip -c user.ps.gz \
1567
1569
<entry>2001-05-24,
1568
1570
Bernd Tegge (<email>tegge@repas-aeg.de</email>)
1569
1571
</entry>
1570
- <entry>7.2 w/patches on QNX 6; see also <filename>doc/FAQ_QNX4</filename></entry>
1572
+ <entry>see also <filename>doc/FAQ_QNX4</filename></entry>
1571
1573
</row>
1572
1574
<row>
1573
1575
<entry><systemitem class="osname">Solaris</></entry>
@@ -1585,20 +1587,8 @@ gunzip -c user.ps.gz \
1585
1587
Martin Renters (<email>martin@datafax.com</email>)</entry>
1586
1588
<entry>2.8; see also <filename>doc/FAQ_Solaris</filename></entry>
1587
1589
</row>
1588
- <!--
1589
- No longer compiles without error, but not really needing to be listed
1590
- as unsupported either since it is superceded by Solaris. - thomas 2001-12-03
1591
1590
<row>
1592
- <entry><systemitem class="osname">SunOS</></entry>
1593
- <entry><systemitem>Sparc</></entry>
1594
- <entry>7.1</entry>
1595
- <entry>2001-03-23,
1596
- Tatsuo Ishii (<email>t-ishii@sra.co.jp</email>)</entry>
1597
- <entry>4.1.4</entry>
1598
- </row>
1599
- -->
1600
- <row>
1601
- <entry><systemitem class="osname">Tru64</></entry>
1591
+ <entry><systemitem class="osname">Tru64 UNIX</></entry>
1602
1592
<entry><systemitem>Alpha</></entry>
1603
1593
<entry>7.2</entry>
1604
1594
<entry>2001-11-26,
@@ -1618,12 +1608,12 @@ as unsupported either since it is superceded by Solaris. - thomas 2001-12-03
1618
1608
</informaltable>
1619
1609
1620
1610
<formalpara>
1621
- <title>Unsupported Platforms</title>
1611
+ <title>Unsupported Platforms: </title>
1622
1612
<para>
1623
- The following platforms have not been verified to work. Platforms
1624
- listed for version 6.3.x and later should also work with
1625
- &version;, but we did not receive explicit confirmation of such at
1626
- the time this list was compiled. We include these here to let you
1613
+ The following platforms are either known not to work, or they used
1614
+ to work in a previous release and we did not receive explicit
1615
+ confirmation of a successful test with version &majorversion; at
1616
+ the time this list was compiled. We include these here to let you
1627
1617
know that these platforms <emphasis>could</> be supported if given
1628
1618
some attention.
1629
1619
</para>
@@ -1647,7 +1637,7 @@ as unsupported either since it is superceded by Solaris. - thomas 2001-12-03
1647
1637
<entry><systemitem>m88k</></entry>
1648
1638
<entry>6.3</entry>
1649
1639
<entry>1998-03-01, Brian E Gallew (<email>geek+@cmu.edu</email>)</entry>
1650
- <entry>6.4 probably OK </entry>
1640
+ <entry>no recent reports </entry>
1651
1641
</row>
1652
1642
<!--
1653
1643
Obsolete platform? This distro was merged into PPC afaik. - thomas 2001-12-07
@@ -1666,12 +1656,26 @@ Obsolete platform? This distro was merged into PPC afaik. - thomas 2001-12-07
1666
1656
<entry>1998-03-01, David Wetzel (<email>dave@turbocat.de</email>)</entry>
1667
1657
<entry>bit rot suspected</entry>
1668
1658
</row>
1659
+ <row>
1660
+ <entry><systemitem class="osname">QNX 6</></entry>
1661
+ <entry><systemitem>x86</></entry>
1662
+ <entry>7.2</entry>
1663
+ <entry>2001-11-20, Igor Kovalenko (<email>Igor.Kovalenko@motorola.com</email>)</entry>
1664
+ <entry>patches available, but too late for 7.2</entry>
1665
+ </row>
1669
1666
<row>
1670
1667
<entry><systemitem class="osname">SCO OpenServer 5</></entry>
1671
1668
<entry><systemitem>x86</></entry>
1672
1669
<entry>6.5</entry>
1673
1670
<entry>1999-05-25, Andrew Merrill (<email>andrew@compclass.com</>)</entry>
1674
- <entry>7.1 should work, but no reports; see also <filename>doc/FAQ_SCO</filename></entry>
1671
+ <entry>7.2 should work, but no reports; see also <filename>doc/FAQ_SCO</filename></entry>
1672
+ </row>
1673
+ <row>
1674
+ <entry><systemitem class="osname">SunOS</></entry>
1675
+ <entry><systemitem>Sparc</></entry>
1676
+ <entry>7.2</entry>
1677
+ <entry>2001-12-04, Tatsuo Ishii (<email>t-ishii@sra.co.jp</email>)</entry>
1678
+ <entry><function>memcmp()</> does not work correctly, so probably not reliable</entry>
1675
1679
</row>
1676
1680
<row>
1677
1681
<entry><systemitem class="osname">System V R4</></entry>
@@ -1685,7 +1689,7 @@ Obsolete platform? This distro was merged into PPC afaik. - thomas 2001-12-07
1685
1689
<entry><systemitem>MIPS</></entry>
1686
1690
<entry>6.4</entry>
1687
1691
<entry>1998-10-28, Frank Ridderbusch (<email>ridderbusch.pad@sni.de</email>)</entry>
1688
- <entry>no 64-bit integer </entry>
1692
+ <entry>no recent reports </entry>
1689
1693
</row>
1690
1694
<row>
1691
1695
<entry><systemitem class="osname">Ultrix</></entry>
@@ -1699,7 +1703,7 @@ Obsolete platform? This distro was merged into PPC afaik. - thomas 2001-12-07
1699
1703
<entry><systemitem>VAX</></entry>
1700
1704
<entry>6.x</entry>
1701
1705
<entry>1998-03-01</entry>
1702
- <entry>No recent reports</entry>
1706
+ <entry>no recent reports</entry>
1703
1707
</row>
1704
1708
<row>
1705
1709
<entry><systemitem class="osname">Windows 9x, ME, NT, 2000</> (native)</entry>
@@ -1708,7 +1712,7 @@ Obsolete platform? This distro was merged into PPC afaik. - thomas 2001-12-07
1708
1712
<entry>2001-03-26, Magnus Hagander (<email>mha@sollentuna.net</email>)</entry>
1709
1713
<entry>
1710
1714
client-side libraries (<application>libpq</> and <application>psql</>) or ODBC or JDBC, no server-side;
1711
- <![%standalone-include[see Administrator's Guide]]>
1715
+ <![%standalone-include[see <citetitle> Administrator's Guide</> ]]>
1712
1716
<![%standalone-ignore[see <xref linkend="install-win32">]]>
1713
1717
for instructions
1714
1718
</entry>
0 commit comments