Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
19532d18
Commit
19532d18
authored
Nov 02, 1998
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include instructions on perl installation.
Already in product docs since they were built on my machine.
parent
733ad604
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
14 deletions
+33
-14
doc/src/sgml/install.sgml
doc/src/sgml/install.sgml
+33
-14
No files found.
doc/src/sgml/install.sgml
View file @
19532d18
...
@@ -284,7 +284,8 @@ in tables), don't do it.
...
@@ -284,7 +284,8 @@ in tables), don't do it.
</Para>
</Para>
<Para>
<Para>
If the <application>pg_dumpall</application> command seems to take a long time and you think
If the <application>pg_dumpall</application> command
seems to take a long time and you think
it might have died, then, from another terminal, type
it might have died, then, from another terminal, type
<programlisting>
<programlisting>
$ ls -l db.out
$ ls -l db.out
...
@@ -294,16 +295,20 @@ $ ls -l db.out
...
@@ -294,16 +295,20 @@ $ ls -l db.out
<Para>
<Para>
Please note that if you are upgrading from a version prior to
Please note that if you are upgrading from a version prior to
<ProductName>Postgres95</ProductName> v1.09 then you must back up your database, install
<ProductName>Postgres95</ProductName> v1.09 then you must back up your database,
<ProductName>Postgres95</ProductName> v1.09, restore your database, then back it up again.
install
You should also read the release notes which should cover any release-specific issues.
<ProductName>Postgres95</ProductName> v1.09, restore your database,
then back it up again.
You should also read the release notes which should cover any
release-specific issues.
</Para>
</Para>
<caution>
<caution>
<Para>
<Para>
You must make sure that your database is not updated in the middle of
You must make sure that your database is not updated in the middle of
your backup. If necessary, bring down postmaster, edit the permissions
your backup. If necessary, bring down postmaster, edit the permissions
in file <filename>/usr/local/pgsql/data/pg_hba.conf</filename> to allow only you on, then
in file <filename>/usr/local/pgsql/data/pg_hba.conf</filename>
to allow only you on, then
bring <application>postmaste</application>r back up.
bring <application>postmaste</application>r back up.
</Para>
</Para>
</caution>
</caution>
...
@@ -651,6 +656,22 @@ pg_id: can't load library 'libpq.so'
...
@@ -651,6 +656,22 @@ pg_id: can't load library 'libpq.so'
</Para>
</Para>
</Step>
</Step>
<Step Performance="optional">
<Para>
If you used the <option>--with-perl</option> option to configure, check
the install log to see whether the Perl module was actually installed.
If you've followed our advice to make the Postgres files be owned by
an unprivileged userid, then the Perl module won't have been installed,
for lack of write privileges on the Perl library directories. You can
complete its installation, either now or later, by becoming the user that
does own the Perl library (often root) (via <command>su</command>) and doing
<ProgramListing>
$ cd /usr/src/pgsql/src/interfaces/perl5
$ gmake install
</ProgramListing>
</Para>
</Step>
<Step Performance="required">
<Step Performance="required">
<Para>
<Para>
If it has not already been done, then prepare account <literal>postgres</literal>
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,22 +1263,20 @@ And so on. You get the idea.
<Para>
<Para>
Questions? Bugs? Feedback?
Questions? Bugs? Feedback?
First, read the files in directory
/usr/src/pgsql/doc. The FAQ in
First, read the files in directory
<filename>/usr/src/pgsql/doc/</filename>.
this directory may be particularly useful.
The FAQ in
this directory may be particularly useful.
</Para>
</Para>
<Para>
<Para>
If <ProductName>Postgres</ProductName> failed to compile on your computer
then fill out the form
If <ProductName>Postgres</ProductName> failed to compile on your computer
in file /usr/src/pgsql/doc/bug.template and mail it to the location
then fill out the form in file <filename>/usr/src/pgsql/doc/bug.template</filename>
indicated at the top of the form.
and mail it to the location
indicated at the top of the form.
</Para>
</Para>
<Para>
<Para>
Mail questions to
Check on the web site at
<ULink url="pgsql-questions@postgresql.org">pgsql-questions@postgresql.org</ULink>.
For more information on the various mailing lists, see
<ULink url="http://www.postgresql.org">http://www.postgresql.org</ULink>
<ULink url="http://www.postgresql.org">http://www.postgresql.org</ULink>
and look for the
mailing lists.
For more information on the various support
mailing lists.
</Para>
</Para>
</Sect1>
</Sect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment