# 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>
