# 前言

本手冊是 PostgreSQL 的官方手冊。由 PostgreSQL 開發人員和其他志願者在 PostgreSQL 軟體開發的同時所撰寫的。它描述了目前 PostgreSQL 版本正式支援的所有功能。

為了使有關 PostgreSQL 的大量資訊易於管理，本書劃分為幾個部分。每個部分針對的是不同需求的使用者，或針對處於 PostgreSQL 經驗不同階段的使用者：

* [第一部分](https://docs.postgresql.tw/tutorial)是對新使用者的入門簡介。
* [第二部分](https://docs.postgresql.tw/the-sql-language)將介紹 SQL 查詢語言環境，包括資料型別、函數以及使用者層級的效能調校。每個 PostgreSQL 使用者都應該閱讀此部份的內容。
* [第三部分](https://docs.postgresql.tw/server-administration)則介紹伺服器的安裝及管理。任何維運 PostgreSQL 伺服器的人，無論是供私人使用還是提供給其他人使用，都應該閱讀此部分。
* [第四部分](https://docs.postgresql.tw/client-interfaces)描述了 PostgreSQL 用戶端的程式設計介面。
* [第五部分](https://docs.postgresql.tw/server-programming)為進階使用者提供有關資料庫服務進階功能的資訊。主題包括使用者定義的資料型別與函數。
* [第六部分](https://docs.postgresql.tw/reference)包含有關 SQL 命令、用戶端和伺服器程式的參考資訊。這部分以命令或程序分類結構化資訊。
* [第七部分](https://docs.postgresql.tw/internals)包含了對 PostgreSQL 開發人員可能有用的各種資訊。


---

# 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/preface.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.
