Skip to content

Commit 65ebf09

Browse files
committed
将PG下载和相关工具均按最新版本进行更新。
1 parent 8a556f4 commit 65ebf09

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

application/views/v2/document/document.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<input type="text" name="q" value="" placeholder="关键字1 关键字2" class="form-control"/>
2828
<select name="u" class="form-control">
2929
<option value="/">不限版本</option>
30-
<option value="/docs/11">只限11版本(未正式发布,先睹为快)</option>
30+
<option value="/docs/11">只限11版本</option>
3131
<option value="/docs/10">只限10版本</option>
3232
<option value="/docs/9.6">只限9版本</option>
3333
</select>
@@ -39,9 +39,12 @@
3939
4040
<!--文档列表-->
4141
<div class="well well-sm" >
42-
<h4><a target=_blank href="/docs/10/">PostgreSQL 10.1 版本在线手册 ...(中文版本)</a></h4>
43-
<p>感谢瀚高软件的韩悦悦、陈华军等翻译小组的辛苦工作。</p>
42+
<h4><a target=_blank href="/docs/11/">PostgreSQL 11.2 版本在线手册 ...(中文版本)</a></h4>
43+
<p>感谢翻译小组(彭煜玮、车岩磊、陈华军、王昊、彭金金、徐小春、赵宇等)的辛苦工作。</p>
4444
<img src="/image/new_mark.jpg" width="50" style="position: absolute;right: -3px;top: -3px;"><!--新的内容右角标-->
45+
</div>
46+
<div class="well well-sm" >
47+
<h4><a target=_blank href="/docs/10/">PostgreSQL 10.1 版本在线手册 ...(中文版本)</a></h4>
4548
</div>
4649
<div class="well well-sm">
4750
<h4><a target=_blank href="/docs/9.6/index.html">PostgreSQL 9.6.0 版本在线手册 ...(中文版本) ... (英文原版)</a></h4>
@@ -53,7 +56,7 @@
5356
<h4><a target=_blank href="/docs/9.4/index.html">PostgreSQL 9.4.4 版本在线手册 ... (中文版本) ... (英文原版)</a></h4>
5457
</div>
5558
<div class="well well-sm">
56-
<h4><a href="/news/typelist/1/会议资料">PostgreSQL 历年大会资料汇总</a></h4>
59+
<h4><a href="/v2/news/typelist/1/会议资料">PostgreSQL 历年大会资料汇总</a></h4>
5760
</div>
5861
<div class="well well-sm">
5962
<h4><a target=_blank href="https://postgres-cn.github.io/pgbouncer-doc/">pgbouncer 1.7.2版本在线手册 ...(中文版本)</a></h4>

0 commit comments

Comments
 (0)