-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathsetup.xml
More file actions
57 lines (50 loc) · 1.69 KB
/
setup.xml
File metadata and controls
57 lines (50 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c2eca73ef79ebe78cebb34053e41b565af504c4f Maintainer: mowangjuanzi Status: ready -->
<chapter xml:id="pgsql.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="pgsql.requirements">
&reftitle.required;
<para>
要使用 PostgreSQL 支持,需要 PostgreSQL 6.5 或更高版本,PostgreSQL 8.0 或更高版本才能启用所有 PostgreSQL
模块功能。PostgreSQL 支持包含多字节字符编码的多种字符编码。有关 PostgreSQL 的当前版本和更多信息,请访问
<link xlink:href="&url.pgsql;">&url.pgsql;</link> 和 <link xlink:href="&url.pgsql.manual;">PostgreSQL 文档</link>。
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.pgsql.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.pgsql.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="pgsql.resources">
&reftitle.resources;
<para>
在 PHP 8.1.0 之前,PostgreSQL 模块中使用了两种资源类型。第一个是数据库连接的链接标识符,第二个是保存查询结果的资源。
</para>
</section>
<!-- }}} -->
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->