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
7eb2b4b2
Commit
7eb2b4b2
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ_SCO from Larry Rosenman, correction from Tom Lane.
parent
88f528c3
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/FAQ_SCO
+16
-3
16 additions, 3 deletions
doc/FAQ_SCO
with
16 additions
and
3 deletions
doc/FAQ_SCO
+
16
−
3
View file @
7eb2b4b2
============================================================
============================================================
Frequently Asked Questions (FAQ) for PostgreSQL 7.
2
Frequently Asked Questions (FAQ) for PostgreSQL 7.
3
SCO UnixWare and OpenServer specific
SCO UnixWare and OpenServer specific
to be read in conjunction with the installation instructions
to be read in conjunction with the installation instructions
============================================================
============================================================
last updated: $Date: 2001/08
/29 19:14:39
$
last updated: $Date: 200
2/1
1/08
16:49:15
$
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
current maintainer: Billy G. Allie (Bill.Allie@mug.org)
original author: Andrew Merrill (andrew@compclass.com)
original author: Andrew Merrill (andrew@compclass.com)
PostgreSQL 7.
1
can be built on SCO UnixWare 7 and SCO OpenServer 5.
PostgreSQL 7.
3
can be built on SCO UnixWare 7 and SCO OpenServer 5.
On OpenServer, you can use either the OpenServer Development Kit or
On OpenServer, you can use either the OpenServer Development Kit or
the Universal Development Kit.
the Universal Development Kit.
...
@@ -22,6 +22,7 @@ Topics:
...
@@ -22,6 +22,7 @@ Topics:
*) Using the UDK on OpenServer
*) Using the UDK on OpenServer
*) Compiling PostgreSQL using the UDK
*) Compiling PostgreSQL using the UDK
*) Reading the PostgreSQL man pages
*) Reading the PostgreSQL man pages
*) C99 Issues with the 7.1.1b Feature Supplement
***************************************************************************
***************************************************************************
...
@@ -137,3 +138,15 @@ variable in /etc/default/man. I use:
...
@@ -137,3 +138,15 @@ variable in /etc/default/man. I use:
On OpenServer, some extra research needs to be invested to make the
On OpenServer, some extra research needs to be invested to make the
man pages usable, because the man system is a bit different from other
man pages usable, because the man system is a bit different from other
platforms. Currently, PostgreSQL will not install them at all.
platforms. Currently, PostgreSQL will not install them at all.
***************************************************************************
*) C99 Issues with the 7.1.1b Feature Supplement
For compilers earlier than the one released with OpenUNIX 8.0.0(UnixWare
7.1.2), Including the 7.1.1b Feature Supplement, you may need to specify -Xb
in CFLAGS or the CC environment variable. The indication of this is an
error in compiling tuplesort.c referencing inline functions.
Apparently there was a change in the 7.1.2(8.0.0) compiler and beyond.
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