<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/pgsql.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'pgsql.requirements.php',
    1 => 'Вимоги',
    2 => 'Вимоги',
  ),
  'up' => 
  array (
    0 => 'pgsql.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'prev' => 
  array (
    0 => 'pgsql.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'next' => 
  array (
    0 => 'pgsql.installation.php',
    1 => 'Встановлення',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/pgsql/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="pgsql.requirements" class="section">
  <h2 class="title">Вимоги</h2>
  <p class="para">
   To use PostgreSQL support, you need PostgreSQL 6.5 or
   later, PostgreSQL 8.0 or later to enable all PostgreSQL module
   features. PostgreSQL supports many character encodings including
   multibyte character encoding. The current version and more
   information about PostgreSQL is available at 
   <a href="http://www.postgresql.org/" class="link external">&raquo;&nbsp;http://www.postgresql.org/</a> and
   the <a href="http://www.postgresql.org/docs/current/interactive/" class="link external">&raquo;&nbsp;PostgreSQL Documentation</a>.
  </p>
 </div><?php manual_footer($setup); ?>