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
e3be2f9d
Commit
e3be2f9d
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update supported ports for 6.1.1 release.
parent
1fa3b698
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
INSTALL
+1
-1
1 addition, 1 deletion
INSTALL
doc/FAQ
+4
-4
4 additions, 4 deletions
doc/FAQ
src/Makefile.global.in
+7
-28
7 additions, 28 deletions
src/Makefile.global.in
with
12 additions
and
33 deletions
INSTALL
+
1
−
1
View file @
e3be2f9d
...
...
@@ -41,7 +41,7 @@ REQUIREMENTS TO RUN POSTGRESQL
PostgreSQL has been tested on the following platforms:
aix IBM on AIX 3.2.5 or 4.x
alpha DEC Alpha AXP on
OSF/1 2.0
alpha DEC Alpha AXP on
Digital Unix 2.0 & 3.2
BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
bsdi BSD/OS 2.0, 2.01, 2.1, 3.0
dgux DG/UX 5.4R3.10
...
...
This diff is collapsed.
Click to expand it.
doc/FAQ
+
4
−
4
View file @
e3be2f9d
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Su
n Jul 1
3
1
5
:2
6:53
EDT 1997
Last updated:
Mo
n Jul 1
4
1
2
:2
7:39
EDT 1997
Version: 6.1.1
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
...
...
@@ -10,10 +10,10 @@
postgreSQL Web site, http://postgreSQL.org.
Linux-specific questions are answered in
http://postgreSQL.org/docs/FAQ-
L
inux.
p
html.
http://postgreSQL.org/docs/FAQ-
l
inux.
s
html.
Irix-specific questions are answered in
http://postgreSQL.org/docs/FAQ-
I
rix.
p
html.
http://postgreSQL.org/docs/FAQ-
i
rix.
s
html.
Changes in this version (* = modified, + = new):
* 3.42) What is Genetic Query Optimization?
...
...
@@ -154,7 +154,7 @@ Section 1: General Questions
The authors have compiled and tested PostgreSQL on the following
platforms(some of these compiles require gcc 2.7.0):
* aix - IBM on AIX 3.2.5 or 4.x
* alpha - DEC Alpha AXP on
OSF/1 2.0
* alpha - DEC Alpha AXP on
Digital Unix 2.0 and 3.2
* BSD44_derived - OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
* bsdi - BSD/OS 2.0, 2.01, 2.1, 3.0
* dgux - DG/UX 5.4R3.10
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.global.in
+
7
−
28
View file @
e3be2f9d
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.2
4
1997/0
5/08 02:29:55
momjian Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.2
5
1997/0
7/14 16:36:36
momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
...
...
@@ -43,33 +43,12 @@
# Following are settings pertaining to the postgres build and
# installation. The most important one is obviously the name
# of the port.
# The name of the port. Valid choices are:
# aix IBM on AIX 3.2.5
# alpha DEC Alpha AXP on OSF/1 2.0
# BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
# bsdi BSD/OS 2.0, 2.01, 2.1, 3.0
# dgux DG/UX 5.4R3.10
# hpux HP PA-RISC on HP-UX 9.0
# i386_solaris i386 Solaris
# irix5 SGI MIPS on IRIX 5.3 or better
# linux Intel x86 on Linux 1.2 and Linux ELF
# (For non-ELF Linux, see LINUX_ELF below).
# sparc_solaris SUN SPARC on Solaris 2.4
# sunos4 SUN SPARC on SunOS 4.1.3
# svr4 Intel x86 on Intel SVR4
# ultrix4 DEC MIPS on Ultrix 4.4
# univel Unixware 2.0x x86
#
# PostgresSQL has known problems/bugs on the following platforms:
#
# nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2 or greater
#
# Note that portname is defined here to be UNDEFINED to remind you
# to change it in Makefile.custom.
#
# make sure that you have no whitespaces after the PORTNAME setting
# or the makefiles can get confused
#
# Note that portname is defined here to be UNDEFINED to remind you
# to change it in Makefile.custom.
#
# make sure that you have no whitespaces after the PORTNAME setting
# or the makefiles can get confused
PORTNAME
=
@PORTNAME@
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're
...
...
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