File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
PostgreSQL 9.6版本以后的中文手册最初基于<ulink url="http://www.pengyuwei.net">彭煜玮</ulink>副教授翻译的
4
4
<ulink url="http://www.pengyuwei.net/PGDOC/960/index.html">《PostgreSQL 9.6.0 文档》</ulink>,后续版本的中文手册主要在前一版本的基础上作增量翻译。
5
5
《PostgreSQL 15.7手册》基于前一版本的<ulink url="http://www.postgres.cn/docs/14">《PostgreSQL 14.1手册》</ulink>,对其中增量内容进行翻译。
6
- 详细请参考<ulink url="https://github.com/postgres-cn/pgdoc-cn/wiki/pg15">PostgreSQL 15中文手册的翻译</ulink>。
6
+ 当前版本处于校对阶段, 详细请参考<ulink url="https://github.com/postgres-cn/pgdoc-cn/wiki/pg15">PostgreSQL 15中文手册的翻译</ulink>。
7
7
如果发现中文手册中存在问题,请向<ulink url="https://github.com/postgres-cn/pgdoc-cn">Github源码仓库</ulink>提交问题报告(Issue)或修订Patch(PR)。
8
8
</para>
9
9
<para>
Original file line number Diff line number Diff line change 11
11
12
12
<!ENTITY reference SYSTEM "reference.sgml">
13
13
14
+ <!ENTITY pgdoccn-notes SYSTEM "pgdoccn-notes.sgml">
15
+
14
16
<!--
15
17
Zero-width space. Use this to allow line breaks at desirable places in
16
18
table cells, examples, etc. without causing an unwanted space when the
@@ -20,7 +22,7 @@ break is not needed in a wider output rendering.
20
22
21
23
]>
22
24
23
- <book id="postgres">
25
+ <book id="postgres" lang="zh_cn" >
24
26
<!-- pgdoc-cn_start sig_en=3d885c3cab7ee0d0c959c7f2016ad7dd sig_cn_org=3d885c3cab7ee0d0c959c7f2016ad7dd source=14.1
25
27
<title>PostgreSQL &version; Documentation</title>
26
28
________________________________________________________-->
@@ -41,6 +43,8 @@ ________________________________________________________-->
41
43
<productname>PostgreSQL</productname>
42
44
<productnumber>&version;</productnumber>
43
45
&legal;
46
+ &pgdoccn-notes;
47
+
44
48
</bookinfo>
45
49
<!-- pgdoc-cn_end sig_en=2acbe72a009ba9d1c51a6efc9d0071e4 -->
46
50
You can’t perform that action at this time.
0 commit comments