~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

« back to all changes in this revision

Viewing changes to doc/src/sgml/html/install-getsource.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-06-14 09:53:29 UTC
  • mto: (6.1.1 sid) (10.1.1 oneiric-proposed) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20110614095329-71gfhjywyp2c27au
Tags: upstream-9.1~beta2
ImportĀ upstreamĀ versionĀ 9.1~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
REV="MADE"
10
10
HREF="mailto:pgsql-docs@postgresql.org"><LINK
11
11
REL="HOME"
12
 
TITLE="PostgreSQL 9.1beta1 Documentation"
 
12
TITLE="PostgreSQL 9.1beta2 Documentation"
13
13
HREF="index.html"><LINK
14
14
REL="UP"
15
15
TITLE="  Installation from Source Code"
26
26
HTTP-EQUIV="Content-Type"
27
27
CONTENT="text/html; charset=ISO-8859-1"><META
28
28
NAME="creation"
29
 
CONTENT="2011-04-27T21:20:33"></HEAD
 
29
CONTENT="2011-06-09T23:44:43"></HEAD
30
30
><BODY
31
31
CLASS="SECT1"
32
32
><DIV
44
44
VALIGN="bottom"
45
45
><A
46
46
HREF="index.html"
47
 
>PostgreSQL 9.1beta1 Documentation</A
 
47
>PostgreSQL 9.1beta2 Documentation</A
48
48
></TH
49
49
></TR
50
50
><TR
108
108
>   The <SPAN
109
109
CLASS="PRODUCTNAME"
110
110
>PostgreSQL</SPAN
111
 
> 9.1beta1 sources can be obtained by
 
111
> 9.1beta2 sources can be obtained by
112
112
   anonymous FTP from <A
113
 
HREF="ftp://ftp.postgresql.org/pub/source/v9.1beta1/postgresql-9.1beta1.tar.gz"
 
113
HREF="ftp://ftp.postgresql.org/pub/source/v9.1beta2/postgresql-9.1beta2.tar.gz"
114
114
TARGET="_top"
115
 
>ftp://ftp.postgresql.org/pub/source/v9.1beta1/postgresql-9.1beta1.tar.gz</A
 
115
>ftp://ftp.postgresql.org/pub/source/v9.1beta2/postgresql-9.1beta2.tar.gz</A
116
116
>.
117
117
   Other download options can be found on our website:
118
118
   <A
125
125
CLASS="SCREEN"
126
126
><KBD
127
127
CLASS="USERINPUT"
128
 
>gunzip postgresql-9.1beta1.tar.gz</KBD
 
128
>gunzip postgresql-9.1beta2.tar.gz</KBD
129
129
>
130
130
<KBD
131
131
CLASS="USERINPUT"
132
 
>tar xf postgresql-9.1beta1.tar</KBD
 
132
>tar xf postgresql-9.1beta2.tar</KBD
133
133
></PRE
134
134
><P>
135
135
   This will create a directory
136
136
   <TT
137
137
CLASS="FILENAME"
138
 
>postgresql-9.1beta1</TT
 
138
>postgresql-9.1beta2</TT
139
139
> under the current directory
140
140
   with the <SPAN
141
141
CLASS="PRODUCTNAME"