mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
PostgreSQL 9.3 beta 2.
This commit is contained in:
@ -125,7 +125,7 @@
|
||||
|
||||
#pgFrontFeature {
|
||||
position: relative;
|
||||
background: #F5F5F5 url(/media/img/feature/feature_elephant.png) right bottom no-repeat;
|
||||
background: #F5F5F5 url(/media/img/feature/feature_gears.png) right bottom no-repeat;
|
||||
/* Also see pgFrontFeatureContent for image size */
|
||||
padding: 15px;
|
||||
margin-bottom: 1em;
|
||||
|
@ -9,17 +9,17 @@
|
||||
<div id="pgFrontFeature">
|
||||
<div id="pgFrontFeatureContent">
|
||||
<h1 id="txtFrontFeatureHeading">
|
||||
PostgreSQL 9.3 Beta 1 Released!
|
||||
PostgreSQL 9.3 Beta 2 Released!
|
||||
</h1>
|
||||
<p><b>13<sup>th</sup> May 2013</b></p>
|
||||
<p><b>27<sup>th</sup> June 2013</b></p>
|
||||
<p>
|
||||
The PostgreSQL Global Development Group are proud to announce the release of
|
||||
the first beta version of PostgreSQL 9.3 for testing. Users are encouraged to
|
||||
the second beta version of PostgreSQL 9.3 for testing. Users are encouraged to
|
||||
download the beta and begin testing 9.3 as soon as possible.
|
||||
</p>
|
||||
<div id="txtFrontFeatureLink">
|
||||
<br/>
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1463/" title="Release Announcement">Release Announcement</a><br />
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news/1471/" title="Release Announcement">Release Announcement</a><br />
|
||||
<img src="/media/img/layout/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/download/snapshots/" title="Download">Download</a><br />
|
||||
</div>
|
||||
</div>
|
||||
|
@ -16,7 +16,7 @@ As we approach release, we will release a series of betas, as needed.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The current beta is 9.3 Beta 1.
|
||||
The current beta is 9.3 Beta 2.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -24,9 +24,9 @@ Betas are meant for everyone who uses PostgreSQL to test before we release the f
|
||||
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="/about/news/1463/" title="Release Announcement">Release Announcement</a></li>
|
||||
<li><a href="/ftp/source/v9.3beta1">Download 9.3 Beta 1 source code</a></li>
|
||||
<li><a href="http://www.enterprisedb.com/products-services-training/pgdevdownload">Download 9.3 Beta 1 installers</a> (offsite link)</li>
|
||||
<li><a href="/about/news/1471/" title="Release Announcement">Release Announcement</a></li>
|
||||
<li><a href="/ftp/source/v9.3beta2">Download 9.3 Beta 2 source code</a></li>
|
||||
<li><a href="http://www.enterprisedb.com/products-services-training/pgdevdownload">Download 9.3 Beta 2 installers</a> (offsite link)</li>
|
||||
<li><a href="/docs/9.3/static/release-9-3.html">9.3 Beta Release Notes</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user