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.
57 lines
1.7 KiB
XML
57 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- EN-Revision: 95b8f4df6657b1bc07bcb91679164b7b49ca63ac Maintainer: joeaccord Status: ready -->
|
|
<!-- $Revision$ -->
|
|
<!-- CREDITS: jarek, sobak -->
|
|
|
|
<book xml:id="book.pgsql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
|
<title>PostgreSQL</title>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.pgsql">
|
|
&reftitle.intro;
|
|
<para>
|
|
Baza danych PostgreSQL jest otwartym oprogramowaniem,
|
|
dostępnym bez ponoszenia opłat. Postgres, tworzony początkowo
|
|
na Wydziale Nauk Komputerowych Uniwersytetu Berkeley, był pionierem
|
|
wielu koncepcji obiektowo-relacyjnych, obecnie dostępnych w niektórych
|
|
komercyjnych bazach danych. Jest zgodny ze standardami języków
|
|
SQL92/SQL99, obsługuje transakcje, integralność referencji, procedury
|
|
składowane, i pozwala definiować własne typy danych. PostgreSQL
|
|
jest wolnodostępnym spadkobiercą oryginalnego kodu Berkeley.
|
|
</para>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.pgsql.setup;
|
|
&reference.pgsql.constants;
|
|
&reference.pgsql.examples;
|
|
&reference.pgsql.reference;
|
|
&reference.pgsql.pgsql.connection;
|
|
&reference.pgsql.pgsql.result;
|
|
&reference.pgsql.pgsql.lob;
|
|
|
|
</book>
|
|
|
|
<!-- 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
|
|
-->
|
|
|