@@ -284,7 +284,8 @@ in tables), don't do it.
284
284
</Para>
285
285
286
286
<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
288
289
it might have died, then, from another terminal, type
289
290
<programlisting>
290
291
$ ls -l db.out
@@ -294,16 +295,20 @@ $ ls -l db.out
294
295
295
296
<Para>
296
297
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.
300
304
</Para>
301
305
302
306
<caution>
303
307
<Para>
304
308
You must make sure that your database is not updated in the middle of
305
309
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
307
312
bring <application>postmaste</application>r back up.
308
313
</Para>
309
314
</caution>
@@ -651,6 +656,22 @@ pg_id: can't load library 'libpq.so'
651
656
</Para>
652
657
</Step>
653
658
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
+
654
675
<Step Performance="required">
655
676
<Para>
656
677
If it has not already been done, then prepare account <literal>postgres</literal>
@@ -1242,22 +1263,20 @@ And so on. You get the idea.
1242
1263
1243
1264
<Para>
1244
1265
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 in this directory may be particularly useful.
1247
1268
</Para>
1248
1269
1249
1270
<Para>
1250
- If <ProductName>Postgres</ProductName> failed to compile on your computer then 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 form in file <filename> /usr/src/pgsql/doc/bug.template</filename>
1273
+ and mail it to the location indicated at the top of the form.
1253
1274
</Para>
1254
1275
1255
1276
<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
1259
1278
<ULink url="http://www.postgresql.org">http://www.postgresql.org</ULink>
1260
- and look for the mailing lists.
1279
+ For more information on the various support mailing lists.
1261
1280
</Para>
1262
1281
</Sect1>
1263
1282
0 commit comments