mirror of
https://github.com/php/doc-pl.git
synced 2026-03-25 23:52:07 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/pl/trunk@314610 c90b9560-bf6c-de11-be94-00142212c4b1
66 lines
1.8 KiB
XML
66 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: jarek Status: ready -->
|
|
<!-- $Revision$ -->
|
|
<!-- CREDITS: joeaccord -->
|
|
|
|
<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>
|
|
PHP obsługuje PostgreSQL w wersji 6.5 lub nowszej. Aby używać
|
|
wszystkich właściwości rozszerzenia wymagana jest baza danych PostgreSQL
|
|
8.0 lub nowsza. PostgreSQL obsługuje wiele kodowań znaków,
|
|
włącznie z wielobajtowym. Bieżące wydanie, oraz więcej informacji
|
|
na temat PostgreSQL jest dostępnych na witrynach:
|
|
<link xlink:href="&url.pgsql;">&url.pgsql;</link> i
|
|
<link xlink:href="&url.pgsql.manual;">Dokumentacja PostgreSQL</link>.
|
|
</para>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.pgsql.configure;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
&reference.pgsql.ini;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="pgsql.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
Istnieją dwa typy zasobów używanych przez rozszerzenie PostgreSQL.
|
|
Pierwszy to identyfikator połączenia z bazą danych. Natomiast drugi
|
|
przechowuje wynik zapytania.
|
|
</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
|
|
-->
|
|
|