<?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 => 'zh',
  ),
  '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' => 'zh',
    '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">
   要使用 PostgreSQL 支持，你需要 libpq（PostgreSQL C 客户端库）。
   从 PHP 8.0.0 开始，需要 libpq 9.1 或更高版本。
   从 PHP 8.4.0 开始，需要 libpq 10.0 或更高版本。
   PostgreSQL 支持包含多字节字符编码的多种字符编码。有关 PostgreSQL 的当前版本和更多信息，请访问
   <a href="http://www.postgresql.org/" class="link external">&raquo;&nbsp;http://www.postgresql.org/</a> 和 <a href="http://www.postgresql.org/docs/current/interactive/" class="link external">&raquo;&nbsp;PostgreSQL 文档</a>。
  </p>
 </div><?php manual_footer($setup); ?>