1
0
mirror of https://github.com/php/doc-zh.git synced 2026-03-24 15:12:20 +01:00
Files
archived-doc-zh/reference/pgsql/setup.xml
魔王卷子 22e84d3601 Update pgsql 11 (#677)
* Create book.xml

* Create setup.xml

* Update constants.xml

* Update constants.xml

* Update language-snippets.ent

* Update pg-field-prtlen.xml
2023-03-16 23:21:56 +08:00

58 lines
1.7 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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
-->