Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite3be2f9

Browse files
committed
Update supported ports for 6.1.1 release.
1 parent1fa3b69 commite3be2f9

File tree

3 files changed

+12
-33
lines changed

3 files changed

+12
-33
lines changed

‎INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ REQUIREMENTS TO RUN POSTGRESQL
4141
PostgreSQL has been tested on the following platforms:
4242

4343
aix IBM on AIX 3.2.5 or 4.x
44-
alpha DEC Alpha AXP onOSF/12.0
44+
alpha DEC Alpha AXP onDigital Unix2.0 & 3.2
4545
BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
4646
bsdi BSD/OS 2.0, 2.01, 2.1, 3.0
4747
dgux DG/UX 5.4R3.10

‎doc/FAQ

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Sun Jul13 15:26:53 EDT 1997
4+
Last updated:Mon Jul14 12:27:39 EDT 1997
55
Version: 6.1.1
66

77
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
@@ -10,10 +10,10 @@
1010
postgreSQL Web site, http://postgreSQL.org.
1111

1212
Linux-specific questions are answered in
13-
http://postgreSQL.org/docs/FAQ-Linux.phtml.
13+
http://postgreSQL.org/docs/FAQ-linux.shtml.
1414

1515
Irix-specific questions are answered in
16-
http://postgreSQL.org/docs/FAQ-Irix.phtml.
16+
http://postgreSQL.org/docs/FAQ-irix.shtml.
1717

1818
Changes in this version (* = modified, + = new):
1919
* 3.42) What is Genetic Query Optimization?
@@ -154,7 +154,7 @@ Section 1: General Questions
154154
The authors have compiled and tested PostgreSQL on the following
155155
platforms(some of these compiles require gcc 2.7.0):
156156
* aix - IBM on AIX 3.2.5 or 4.x
157-
* alpha - DEC Alpha AXP onOSF/12.0
157+
* alpha - DEC Alpha AXP onDigital Unix2.0 and 3.2
158158
* BSD44_derived - OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
159159
* bsdi - BSD/OS 2.0, 2.01, 2.1, 3.0
160160
* dgux - DG/UX 5.4R3.10

‎src/Makefile.global.in

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.24 1997/05/08 02:29:55 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.25 1997/07/14 16:36:36 momjian Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -43,33 +43,12 @@
4343
# Following are settings pertaining to the postgres build and
4444
# installation. The most important one is obviously the name
4545
# of the port.
46-
47-
# The name of the port. Valid choices are:
48-
# aix IBM on AIX 3.2.5
49-
# alpha DEC Alpha AXP on OSF/1 2.0
50-
# BSD44_derived OSs derived from 4.4-lite BSD (NetBSD, FreeBSD)
51-
# bsdi BSD/OS 2.0, 2.01, 2.1, 3.0
52-
# dgux DG/UX 5.4R3.10
53-
# hpux HP PA-RISC on HP-UX 9.0
54-
# i386_solaris i386 Solaris
55-
# irix5 SGI MIPS on IRIX 5.3 or better
56-
# linux Intel x86 on Linux 1.2 and Linux ELF
57-
# (For non-ELF Linux, see LINUX_ELF below).
58-
# sparc_solaris SUN SPARC on Solaris 2.4
59-
# sunos4 SUN SPARC on SunOS 4.1.3
60-
# svr4 Intel x86 on Intel SVR4
61-
# ultrix4 DEC MIPS on Ultrix 4.4
62-
# univel Unixware 2.0x x86
63-
#
64-
# PostgresSQL has known problems/bugs on the following platforms:
65-
#
66-
# nextstep Motorola MC68K or Intel x86 on NeXTSTEP 3.2 or greater
67-
#
68-
# Note that portname is defined here to be UNDEFINED to remind you
69-
# to change it in Makefile.custom.
70-
#
71-
# make sure that you have no whitespaces after the PORTNAME setting
72-
# or the makefiles can get confused
46+
#
47+
# Note that portname is defined here to be UNDEFINED to remind you
48+
# to change it in Makefile.custom.
49+
#
50+
# make sure that you have no whitespaces after the PORTNAME setting
51+
# or the makefiles can get confused
7352
PORTNAME= @PORTNAME@
7453

7554
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp