Skip to content

Commit

Permalink
Support 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Sep 8, 2014
1 parent 3f363d2 commit 3288685
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
33 changes: 33 additions & 0 deletions www-docs.postgresql.fr/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,39 @@ function addEngine(name,ext,cat,type)
Lelarge</a>.</p>
<p>Certaines vieilles versions, non maintenues, sont disponibles sur
l'<a href="index_obsoletes.php">index des version obsolètes</a>.</p>
<div id="pg94">
<h2>Documentation PostgreSQL, version 9.4 (BETA)</h2>
<div class="listes">
<ul>
<li>Manuel au format HTML&nbsp;:
<a href="9.4/">Consultation en ligne</a>,
t&eacute;l&eacute;chargement en
<a onclick="pageTracker._trackPageview('/pg94.zip');"
href="http://docs.postgresql.fr/9.4/pg94.zip">ZIP</a> ou
<a onclick="pageTracker._trackPageview('/pg94.tar.gz');"
href="http://docs.postgresql.fr/9.4/pg94.tar.gz">TAR.GZ</a>
</li>
<!--
<li>Manuel au format <a onclick="pageTracker._trackPageview('/pg94.chm');"
href="http://docs.postgresql.fr/9.4/pg94.chm">CHM</a>
(syst&egrave;me d'aide Windows)
</li>
-->
<li>Manuel au format <a onclick="pageTracker._trackPageview('/pg94.pdf');"
href="http://docs.postgresql.fr/9.4/pg94.pdf">PDF</a>
</li>
<li>Document d'installation au format <a
onclick="pageTracker._trackPageview('/INSTALL94.html');"
href="http://docs.postgresql.fr/9.4/INSTALL.html">HTML</a> et
<a onclick="pageTracker._trackPageview('/INSTALL94.txt');"
href="http://docs.postgresql.fr/9.4/INSTALL.txt">texte</a>
</li>
<li><a onclick="pageTracker._trackPageview('/pg94.man.tar.gz');"
href="http://docs.postgresql.fr/9.4/pg94.man.tar.gz">Pages
man</a></li>
</ul>
</div>
</div>
<div id="pg93">
<h2>Documentation PostgreSQL, version 9.3</h2>
<div class="listes">
Expand Down
1 change: 1 addition & 0 deletions www-docs.postgresql.fr/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
$version['901'] = '9.1';
$version['902'] = '9.2';
$version['903'] = '9.3';
$version['904'] = '9.4';
?>
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Expand Down
5 changes: 4 additions & 1 deletion www-docs.postgresql.fr/tools/addrelease.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,11 @@ function usage() {
case '9.3':
$version_int = 903;
break;
case '9.4':
$version_int = 904;
break;
default:
echo "Il s'agit d'une version majeure : 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, 9.2 ou 9.3.\n";
echo "Il s'agit d'une version majeure : 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, 9.2, 9.3 ou 9.4.\n";
exit;
break;
}
Expand Down

0 comments on commit 3288685

Please sign in to comment.