1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-25 15:42:08 +01:00
Files
archived-doc-ja/reference/pgsql/reference.xml
2010-03-29 00:47:47 +00:00

74 lines
2.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<reference xml:id="ref.pgsql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>PostgreSQL &Functions;</title>
<partintro>
<section xml:id="pgsql.notes">
&reftitle.notes;
<note>
<para>
すべての関数がすべての構築環境でサポートされるわけではありません。
サポートされる関数は、使用する libpqPostgreSQL の C クライアント
ライブラリ)のバージョンと libpq のコンパイル方法に依存します。
もし PHP の PostgreSQL 拡張モジュールに足りない関数がある場合、
その原因は libpq はその関数をサポートしていないことです。
</para>
</note>
<note>
<para>
ほとんどの PostgreSQL 関数は、オプションの第 1 引数として
<parameter>connection</parameter> を受け付けます。もしこれを
指定しなかった場合、直近にオープンされた接続を使用します。
そのような接続が存在しなかった場合、関数は &false; を返します。
</para>
</note>
<note>
<para>
PostgreSQL は、オブジェクトの生成時やクエリの実行時に
識別子(例: テーブル名・カラム名)を自動的に小文字に変換します。
この自動変換を防ぐには、識別子をダブルクォート("")でエスケープする
必要があります。
</para>
</note>
<note>
<para>
PostgreSQL には、データベースのスキーマ情報(例: データベース内の
すべてのテーブルなど)を取得するための特別なコマンドがありません。
その代わりに、PostgreSQL 7.4 以降では <literal>information_schema</literal>
という標準スキーマが存在し、必要な情報が検索しやすい形式で格納されています。
詳しい情報は <link xlink:href="&url.pgsql.manual;">PostgreSQL ドキュメンテーション</link>
を参照ください。
</para>
</note>
</section>
</partintro>
&reference.pgsql.entities.functions;
</reference>
<!-- 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
-->