# J. 文件取得

本頁說明PostgreSQL官方文件如何取得及製作。

> 由於本翻譯文件以GitBook製作，以下文件謹附上官方連結，暫不進行翻譯。

* [J.1. DocBook](https://www.postgresql.org/docs/10/static/docguide-docbook.html)
* [J.2. Tool Sets](https://www.postgresql.org/docs/10/static/docguide-toolsets.html)
  * [J.2.1. Installation on Fedora, RHEL, and Derivatives](https://www.postgresql.org/docs/10/static/docguide-toolsets.html#idm46249779446624)
  * [J.2.2. Installation on FreeBSD](https://www.postgresql.org/docs/10/static/docguide-toolsets.html#idm46249779445120)
  * [J.2.3. Debian Packages](https://www.postgresql.org/docs/10/static/docguide-toolsets.html#idm46249779432272)
  * [J.2.4. macOS](https://www.postgresql.org/docs/10/static/docguide-toolsets.html#idm46249779430016)
  * [J.2.5. Manual Installation from Source](https://www.postgresql.org/docs/10/static/docguide-toolsets.html#idm46249779428512)
  * [J.2.6. Detection by`configure`](https://www.postgresql.org/docs/10/static/docguide-toolsets.html#docguide-toolsets-configure)
* [J.3. Building The Documentation](https://www.postgresql.org/docs/10/static/docguide-build.html)
  * [J.3.1. HTML](https://www.postgresql.org/docs/10/static/docguide-build.html#idm46249779394544)
  * [J.3.2. Manpages](https://www.postgresql.org/docs/10/static/docguide-build.html#idm46249779388160)
  * [J.3.3. PDF](https://www.postgresql.org/docs/10/static/docguide-build.html#idm46249779384032)
  * [J.3.4. Plain Text Files](https://www.postgresql.org/docs/10/static/docguide-build.html#idm46249779374720)
  * [J.3.5. Syntax Check](https://www.postgresql.org/docs/10/static/docguide-build.html#idm46249779370480)
* [J.4. Documentation Authoring](https://www.postgresql.org/docs/10/static/docguide-authoring.html)
  * [J.4.1. Emacs/PSGML](https://www.postgresql.org/docs/10/static/docguide-authoring.html#idm46249779364080)
  * [J.4.2. Other Emacs Modes](https://www.postgresql.org/docs/10/static/docguide-authoring.html#idm46249779346848)
* [J.5. Style Guide](https://www.postgresql.org/docs/10/static/docguide-style.html)
  * [J.5.1. Reference Pages](https://www.postgresql.org/docs/10/static/docguide-style.html#idm46249779341296)

PostgreSQL目前有下列四種主要文件格式：

* Plain text，作為安裝前置的說明。
* HTML，作為線上瀏覽的參考說明。
* PDF，提供有列印需求的使用者運用。
* man pages，在系統操作時快速查閱使用。

還有一些開發用的文件檔案合併整理於PostgreSQL原始碼之中。

HTML及man pages的文件，會隨PostgreSQL安裝在系統之中；而PDF文件則以另外下載的方式提供。

* <https://www.postgresql.org/docs/10/static/docguide.html>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.postgresql.tw/12/appendixes/j.-wen-jian-qu-de.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
