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
5239ccb9
Commit
5239ccb9
authored
Jan 30, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Linux and Irix FAQs
From Andrew
parent
67913558
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
104 additions
and
119 deletions
+104
-119
doc/FAQ-Irix
doc/FAQ-Irix
+15
-22
doc/FAQ-Linux
doc/FAQ-Linux
+89
-97
No files found.
doc/FAQ-Irix
View file @
5239ccb9
====================================================
====================================================
=
Frequently Asked Questions (FAQ) for Postgres
95
Frequently Asked Questions (FAQ) for Postgres
SQL V6.0
IRIX Specific
IRIX Specific
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
TO BE READ IN CONJUNCTION WITH THE NORMAL FAQ
====================================================
====================================================
=
last updated:
Fri Oct 25 18:40:00 BST 1996
last updated:
Wed Jan 29 21:25:00 GMT 1997
current maintainer: Andrew C.R. Martin (martin@biochem.ucl.ac.uk)
current maintainer: Andrew C.R. Martin (martin@biochem.ucl.ac.uk)
original author: Andrew C.R. Martin (martin@biochem.ucl.ac.uk)
original author: Andrew C.R. Martin (martin@biochem.ucl.ac.uk)
Changes in this version (* = modified, + = new, - = removed):
Changes in this version (* = modified, + = new, - = removed):
-0.*) Bugs in Postgres95 V1.08
*1.2) What changes do I need to make to src/Makefile.global or
*1.3) What are the references in X11_LIB to libsocket and libnsl in
src/Makefile.custom?
src/Makefile.global
?
*1.4) Are there any other changes I should make
?
This file is divided approximately as follows:
This file is divided approximately as follows:
1.*) Installing Postgres95
1.*) Installing Postgres95
...
@@ -45,15 +45,17 @@ Section 1: Installing Postgres95
...
@@ -45,15 +45,17 @@ Section 1: Installing Postgres95
support).
support).
b) tcl/tk (if you wish to compile pgtclsh)
b) tcl/tk (if you wish to compile pgtclsh)
1.2) What changes do I need to make to src/Makefile.global?
1.2) What changes do I need to make to src/Makefile.global or
src/Makefile.custom?
The easiest way to do this is to use the customize script in
the src directory.
You *must* set the following variables:
You *must* set the following variables:
PORTNAME= irix5
PORTNAME= irix5
IPCSDIR= /usr/sbin
You will also need to change the following to match your own
You will also need to change the following to match your own
installation:
installation:
SRCDIR
POSTGRESDIR
POSTGRESDIR
If you switch on the USE_TCL option, you will need to set these:
If you switch on the USE_TCL option, you will need to set these:
...
@@ -71,16 +73,13 @@ Section 1: Installing Postgres95
...
@@ -71,16 +73,13 @@ Section 1: Installing Postgres95
src/Makefile.global?
src/Makefile.global?
This was a problem in 1.08 (they are Sun Solaris specific).
This was a problem in 1.08 (they are Sun Solaris specific).
It is fixed in 1.09.
It is fixed in 1.09
and above
.
1.4) Are there any other changes I should make?
1.4) Are there any other changes I should make?
If you have installed the GNU install program (ginstall), you
If you have installed the GNU install program (ginstall), you
should edit src/mk/port/postgres.mk.irix5
should add the following line to src/Makefile.custom:
and change the line:
CUSTOM_INSTALL=ginstall
INSTALL=/usr/bin/X11/bsdinst
to
INSTALL=ginstall
For an explanation as to why this is a good idea, see Question 2.1
For an explanation as to why this is a good idea, see Question 2.1
...
@@ -119,9 +118,3 @@ Section 3: Extending Postgres95
...
@@ -119,9 +118,3 @@ Section 3: Extending Postgres95
-shared -o funcs.so funcs.c
-shared -o funcs.so funcs.c
****************************************************************************
Dr. Andrew C.R. Martin, University College London & SciTech Software
EMAIL: martin@biochem.ucl.ac.uk Tel:(Work) +44(0)171 419 3890
URL: http://www.biochem.ucl.ac.uk/~martin (Home) +44(0)1372 275775
****************************************************************************
doc/FAQ-Linux
View file @
5239ccb9
This diff is collapsed.
Click to expand it.
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