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
2657c24b
Commit
2657c24b
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Reformat sgml doc paragraph.
parent
3febb477
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/installation.sgml
+19
-20
19 additions, 20 deletions
doc/src/sgml/installation.sgml
with
19 additions
and
20 deletions
doc/src/sgml/installation.sgml
+
19
−
20
View file @
2657c24b
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.19
7
2004/0
4/20 01:11:49
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.19
8
2004/0
5/17 15:00:50
momjian Exp $ -->
<chapter id="installation">
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
<title><![%standalone-include[<productname>PostgreSQL</>]]>
...
@@ -603,29 +603,28 @@ su - postgres
...
@@ -603,29 +603,28 @@ su - postgres
<note>
<note>
<para>
<para>
Care has been taken to make it possible to install
<productname>PostgreSQL</>
Care has been taken to make it possible to install
into shared installation locations
(such as
<productname>PostgreSQL</>
into shared installation locations
<filename>/usr/local/include</filename>) without
interfering
(such as
<filename>/usr/local/include</filename>) without
with the namespace of the rest of the system.
First,
the
interfering
with the namespace of the rest of the system. First,
string <quote><literal>/postgresql</literal></quote> is
the
string <quote><literal>/postgresql</literal></quote> is
automatically appended to <varname>datadir</varname>,
automatically appended to <varname>datadir</varname>,
<varname>sysconfdir</varname>, and <varname>docdir</varname>,
<varname>sysconfdir</varname>, and <varname>docdir</varname>,
unless the fully expanded directory name already contains the
unless the fully expanded directory name already contains the
string <quote><literal>postgres</></quote> or
<quote><literal>pgsql</></quote>. For
string <quote><literal>postgres</></quote> or
example, if you choose <filename>/usr/local</filename> as
<quote><literal>pgsql</></quote>. For example, if you choose
prefix, the documentation will
be installed in
<filename>/usr/local</filename> as
prefix, the documentation will
<filename>/usr/local/doc/postgresql</filename>,
but if the
be installed in
<filename>/usr/local/doc/postgresql</filename>,
prefix is <filename>/opt/postgres</filename>, then it
will be
but if the
prefix is <filename>/opt/postgres</filename>, then it
in <filename>/opt/postgres/doc</filename>.
The public C
header files of the
will be
in <filename>/opt/postgres/doc</filename>. The public C
client interfaces are installed into
header files of the
client interfaces are installed into
<varname>includedir</varname> and are namespace-clean. The
<varname>includedir</varname> and are namespace-clean. The
internal header files and the server header files are installed
internal header files and the server header files are installed
into private directories under
into private directories under <varname>includedir</varname>. See
<varname>includedir</varname>.
the documentation of each interface for information about how to
See the documentation of each interface for information about how to get at
get at the its header files. Finally, a private subdirectory will
the its header files.
also be created, if appropriate, under <varname>libdir</varname>
Finally, a private subdirectory will also be created, if appropriate,
for dynamically loadable modules.
under <varname>libdir</varname> for dynamically loadable modules.
</para>
</para>
</note>
</note>
</para>
</para>
...
...
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