1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-26 16:52:12 +01:00
Files
archived-doc-ru/reference/pgsql/setup.xml
2021-01-05 20:16:26 +03:00

65 lines
2.2 KiB
XML
Raw 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"?>
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: aur Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<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 в PHP, у вас должен
быть установлен 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>
Существует два типа ресурсов используемых в модуле 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
-->