Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2657c24

Browse files
committed
Reformat sgml doc paragraph.
1 parent3febb47 commit2657c24

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

‎doc/src/sgml/installation.sgml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.197 2004/04/20 01:11:49 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.198 2004/05/17 15:00:50 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -603,29 +603,28 @@ su - postgres
603603

604604
<note>
605605
<para>
606-
Care has been taken to make it possible to install <productname>PostgreSQL</>
607-
into shared installation locations (such as
608-
<filename>/usr/local/include</filename>) without interfering
609-
with the namespace of the rest of the system.First, the
610-
string <quote><literal>/postgresql</literal></quote> is
606+
Care has been taken to make it possible to install
607+
<productname>PostgreSQL</>into shared installation locations
608+
(such as<filename>/usr/local/include</filename>) without
609+
interferingwith the namespace of the rest of the system. First,
610+
thestring <quote><literal>/postgresql</literal></quote> is
611611
automatically appended to <varname>datadir</varname>,
612612
<varname>sysconfdir</varname>, and <varname>docdir</varname>,
613613
unless the fully expanded directory name already contains the
614-
string <quote><literal>postgres</></quote> or <quote><literal>pgsql</></quote>. For
615-
example, if you choose <filename>/usr/local</filename> as
616-
prefix, the documentation will be installed in
617-
<filename>/usr/local/doc/postgresql</filename>, but if the
618-
prefix is <filename>/opt/postgres</filename>, then it will be
619-
in <filename>/opt/postgres/doc</filename>.The public C header files of the
620-
client interfaces are installed into
621-
<varname>includedir</varname> and are namespace-clean.The
614+
string <quote><literal>postgres</></quote> or
615+
<quote><literal>pgsql</></quote>. Forexample, if you choose
616+
<filename>/usr/local</filename> asprefix, the documentation will
617+
be installed in<filename>/usr/local/doc/postgresql</filename>,
618+
but if theprefix is <filename>/opt/postgres</filename>, then it
619+
will bein <filename>/opt/postgres/doc</filename>. The public C
620+
header files of theclient interfaces are installed into
621+
<varname>includedir</varname> and are namespace-clean. The
622622
internal header files and the server header files are installed
623-
into private directories under
624-
<varname>includedir</varname>.
625-
See the documentation of each interface for information about how to get at
626-
the its header files.
627-
Finally, a private subdirectory will also be created, if appropriate,
628-
under <varname>libdir</varname> for dynamically loadable modules.
623+
into private directories under <varname>includedir</varname>. See
624+
the documentation of each interface for information about how to
625+
get at the its header files. Finally, a private subdirectory will
626+
also be created, if appropriate, under <varname>libdir</varname>
627+
for dynamically loadable modules.
629628
</para>
630629
</note>
631630
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp