summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-05-17 15:00:50 +0000
committerBruce Momjian2004-05-17 15:00:50 +0000
commit2657c24b6dc323b1b1fba00298daa49ce8353e07 (patch)
treea5f20f2fad31cd9cbeedac358d97ddd847c34a40
parent3febb477e643c1cd37fc8d2d3e02685dce6d1196 (diff)
Reformat sgml doc paragraph.
-rw-r--r--doc/src/sgml/installation.sgml39
1 files changed, 19 insertions, 20 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index f5b63495d7a..c84a9223f00 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.197 2004/04/20 01:11:49 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.198 2004/05/17 15:00:50 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -603,29 +603,28 @@ su - postgres
<note>
<para>
- Care has been taken to make it possible to install <productname>PostgreSQL</>
- into shared installation locations (such as
- <filename>/usr/local/include</filename>) without interfering
- with the namespace of the rest of the system. First, the
- string <quote><literal>/postgresql</literal></quote> is
+ Care has been taken to make it possible to install
+ <productname>PostgreSQL</> into shared installation locations
+ (such as <filename>/usr/local/include</filename>) without
+ interfering with the namespace of the rest of the system. First,
+ the string <quote><literal>/postgresql</literal></quote> is
automatically appended to <varname>datadir</varname>,
<varname>sysconfdir</varname>, and <varname>docdir</varname>,
unless the fully expanded directory name already contains the
- string <quote><literal>postgres</></quote> or <quote><literal>pgsql</></quote>. For
- example, if you choose <filename>/usr/local</filename> as
- prefix, the documentation will be installed in
- <filename>/usr/local/doc/postgresql</filename>, but if the
- prefix is <filename>/opt/postgres</filename>, then it will be
- in <filename>/opt/postgres/doc</filename>. The public C header files of the
- client interfaces are installed into
- <varname>includedir</varname> and are namespace-clean. The
+ string <quote><literal>postgres</></quote> or
+ <quote><literal>pgsql</></quote>. For example, if you choose
+ <filename>/usr/local</filename> as prefix, the documentation will
+ be installed in <filename>/usr/local/doc/postgresql</filename>,
+ but if the prefix is <filename>/opt/postgres</filename>, then it
+ will be in <filename>/opt/postgres/doc</filename>. The public C
+ header files of the client interfaces are installed into
+ <varname>includedir</varname> and are namespace-clean. The
internal header files and the server header files are installed
- into private directories under
- <varname>includedir</varname>.
- See the documentation of each interface for information about how to get at
- the its header files.
- Finally, a private subdirectory will also be created, if appropriate,
- under <varname>libdir</varname> for dynamically loadable modules.
+ into private directories under <varname>includedir</varname>. See
+ the documentation of each interface for information about how to
+ get at the its header files. Finally, a private subdirectory will
+ also be created, if appropriate, under <varname>libdir</varname>
+ for dynamically loadable modules.
</para>
</note>
</para>