use 9.3 as the default version for the download/installation instructions on linux
authorStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Wed, 6 Nov 2013 18:14:51 +0000 (19:14 +0100)
committerStefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Wed, 6 Nov 2013 18:14:51 +0000 (19:14 +0100)
templates/pages/download/linux/debian.html
templates/pages/download/linux/redhat.html
templates/pages/download/linux/ubuntu.html

index 1c36711c8f0f616f67b53857fe9768069be61025..98ec5b3158e2aa33b8fa28c7114c7676587a2862 100644 (file)
@@ -24,7 +24,7 @@ Debian includes PostgreSQL by default. To install PostgreSQL on
 Debian, use the <i>apt-get</i> (or other apt-driving) command:
 </p>
 <code>
-apt-get install postgresql-9.2
+apt-get install postgresql-9.3
 </code>
 <p>
 The repository contains many different packages including third party
@@ -32,11 +32,11 @@ addons. The most command and important packages are (substitute the
 version number as required):
 </p>
 <ul>
- <li>postgresql-client-9.2 - client libraries and client binaries</li>
- <li>postgresql-9.2 - core database server</li>
- <li>postgresql-contrib-9.2 - additional supplied modules</li>
+ <li>postgresql-client-9.3 - client libraries and client binaries</li>
+ <li>postgresql-9.3 - core database server</li>
+ <li>postgresql-contrib-9.3 - additional supplied modules</li>
  <li>libpq-dev - libraries and headers for C language frontend development</li>
- <li>postgresql-server-dev-9.2 - libraries and headers for C language backend development</li>
+ <li>postgresql-server-dev-9.3 - libraries and headers for C language backend development</li>
  <li>pgadmin3 - pgAdmin III graphical administration utility</li>
 </ul>
 
@@ -64,8 +64,8 @@ To use the apt repository, follow these steps:
  <li>
   <select id="field.series" name="field.series" onchange='updateSeries(this);'>
    <option selected="selected" value="YOUR_DEBIAN_VERSION_HERE">Choose your Debian version</option>
-   <option value="wheezy">Wheezy (7.0)</option>
-   <option value="squeeze">Squeeze (6.0)</option>
+   <option value="wheezy">Wheezy (7.x)</option>
+   <option value="squeeze">Squeeze (6.x)</option>
   </select>
  </li>
  <li>Create the file <i>/etc/apt/sources.list.d/pgdg.list</i>, and add a line
index 0fc215008797af09a4935cb40e94612b561c3207..0abf9ae7f831f09457eb97e48bc22ae8cc21c859 100644 (file)
@@ -103,7 +103,7 @@ and install it with commands like:
 </p>
 <p>
 <code>
-rpm -i http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/pgdg-redhat92-9.2-7.noarch.rpm
+rpm -i http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm
 </code>
 </p>
 <p>
@@ -112,9 +112,9 @@ same way as the ones included in the distribution.
 </p>
 <p>
 <code>
-yum install postgresql92-server postgresql92-contrib<br/>
-service postgresql-9.2 initdb<br/>
-chkconfig postgresql-9.2 on
+yum install postgresql93-server postgresql93-contrib<br/>
+service postgresql-9.3 initdb<br/>
+chkconfig postgresql-9.3 on
 </code>
 </p>
 <p>
@@ -123,10 +123,10 @@ PostgreSQL yum repository follows the same standard as the ones included
 in the main repositories, but include the version number, such as:
 </p>
 <ul>
- <li>postgresql92</li>
- <li>postgresql92-server</li>
- <li>postgresql92-contrib</li>
- <li>pgadmin3_92</li>
+ <li>postgresql93</li>
+ <li>postgresql93-server</li>
+ <li>postgresql93-contrib</li>
+ <li>pgadmin3_93</li>
 </ul>
 
 <h2>Direct RPM download</h2>
index 4aa9a981632543909138effedffb6f222693cd2a..72d3f84337bcfe8a1bf971c1ee50b296d9b20819 100644 (file)
@@ -26,7 +26,7 @@ Ubuntu includes PostgreSQL by default. To install PostgreSQL on
 Ubuntu, use the <i>apt-get</i> (or other apt-driving) command:
 </p>
 <code>
-apt-get install postgresql-9.2
+apt-get install postgresql-9.3
 </code>
 <p>
 The repository contains many different packages including third party
@@ -34,11 +34,11 @@ addons. The most command and important packages are (substitute the
 version number as required):
 </p>
 <ul>
- <li>postgresql-client-9.2 - client libraries and client binaries</li>
- <li>postgresql-9.2 - core database server</li>
- <li>postgresql-contrib-9.2 - additional supplied modules</li>
+ <li>postgresql-client-9.3 - client libraries and client binaries</li>
+ <li>postgresql-9.3 - core database server</li>
+ <li>postgresql-contrib-9.3 - additional supplied modules</li>
  <li>libpq-dev - libraries and headers for C language frontend development</li>
- <li>postgresql-server-dev-9.2 - libraries and headers for C language backend development</li>
+ <li>postgresql-server-dev-9.3 - libraries and headers for C language backend development</li>
  <li>pgadmin3 - pgAdmin III graphical administration utility</li>
 </ul>