mirror of
https://github.com/php/doc-pl.git
synced 2026-03-24 15:12:16 +01:00
Well, it doesn't really make the Polish manual much better but it does reduce the amount of outdated files substantially leaving the ones that deserve some actual work and thought.
66 lines
1.8 KiB
XML
66 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- EN-Revision: c2eca73ef79ebe78cebb34053e41b565af504c4f 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>
|
|
Do PHP 8.1.0 rozszerzenie PostgreSQL używało dwóch typów zasobów.
|
|
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
|
|
-->
|
|
|