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

Commit19532d1

Browse files
author
Thomas G. Lockhart
committed
Include instructions on perl installation.
Already in product docs since they were built on my machine.
1 parent733ad60 commit19532d1

File tree

1 file changed

+33
-14
lines changed

1 file changed

+33
-14
lines changed

‎doc/src/sgml/install.sgml

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ in tables), don't do it.
284284
</Para>
285285

286286
<Para>
287-
If the <application>pg_dumpall</application> command seems to take a long time and you think
287+
If the <application>pg_dumpall</application> command
288+
seems to take a long time and you think
288289
it might have died, then, from another terminal, type
289290
<programlisting>
290291
$ ls -l db.out
@@ -294,16 +295,20 @@ $ ls -l db.out
294295

295296
<Para>
296297
Please note that if you are upgrading from a version prior to
297-
<ProductName>Postgres95</ProductName> v1.09 then you must back up your database, install
298-
<ProductName>Postgres95</ProductName> v1.09, restore your database, then back it up again.
299-
You should also read the release notes which should cover any release-specific issues.
298+
<ProductName>Postgres95</ProductName> v1.09 then you must back up your database,
299+
install
300+
<ProductName>Postgres95</ProductName> v1.09, restore your database,
301+
then back it up again.
302+
You should also read the release notes which should cover any
303+
release-specific issues.
300304
</Para>
301305

302306
<caution>
303307
<Para>
304308
You must make sure that your database is not updated in the middle of
305309
your backup. If necessary, bring down postmaster, edit the permissions
306-
in file <filename>/usr/local/pgsql/data/pg_hba.conf</filename> to allow only you on, then
310+
in file <filename>/usr/local/pgsql/data/pg_hba.conf</filename>
311+
to allow only you on, then
307312
bring <application>postmaste</application>r back up.
308313
</Para>
309314
</caution>
@@ -651,6 +656,22 @@ pg_id: can't load library 'libpq.so'
651656
</Para>
652657
</Step>
653658

659+
<Step Performance="optional">
660+
<Para>
661+
If you used the <option>--with-perl</option> option to configure, check
662+
the install log to see whether the Perl module was actually installed.
663+
If you've followed our advice to make the Postgres files be owned by
664+
an unprivileged userid, then the Perl module won't have been installed,
665+
for lack of write privileges on the Perl library directories. You can
666+
complete its installation, either now or later, by becoming the user that
667+
does own the Perl library (often root) (via <command>su</command>) and doing
668+
<ProgramListing>
669+
$ cd /usr/src/pgsql/src/interfaces/perl5
670+
$ gmake install
671+
</ProgramListing>
672+
</Para>
673+
</Step>
674+
654675
<Step Performance="required">
655676
<Para>
656677
If it has not already been done, then prepare account <literal>postgres</literal>
@@ -1242,22 +1263,20 @@ And so on. You get the idea.
12421263

12431264
<Para>
12441265
Questions? Bugs? Feedback?
1245-
First, read the files in directory /usr/src/pgsql/doc.The FAQ in
1246-
this directory may be particularly useful.
1266+
First, read the files in directory<filename>/usr/src/pgsql/doc/</filename>.
1267+
The FAQ inthis directory may be particularly useful.
12471268
</Para>
12481269

12491270
<Para>
1250-
If <ProductName>Postgres</ProductName> failed to compile on your computerthen fill out the form
1251-
in file /usr/src/pgsql/doc/bug.template and mail it to the location
1252-
indicated at the top of the form.
1271+
If <ProductName>Postgres</ProductName> failed to compile on your computer
1272+
then fill out the formin file<filename>/usr/src/pgsql/doc/bug.template</filename>
1273+
and mail it to the locationindicated at the top of the form.
12531274
</Para>
12541275

12551276
<Para>
1256-
Mail questions to
1257-
<ULink url="pgsql-questions@postgresql.org">pgsql-questions@postgresql.org</ULink>.
1258-
For more information on the various mailing lists, see
1277+
Check on the web site at
12591278
<ULink url="http://www.postgresql.org">http://www.postgresql.org</ULink>
1260-
and look forthe mailing lists.
1279+
For more information onthe various support mailing lists.
12611280
</Para>
12621281
</Sect1>
12631282

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp