# 3. 慣例

以下所提到慣例，用於指令的語法描述上（均為半型字元）：

* 中括號（`[` 和 `]`）指可選擇是否輸入的選項。（在 Tcl 指令的語法中，習慣使用問號 `?` 來表達這樣的可選擇性）
* 大括號（`{` 和 `}`）及垂直線（`|`）指的是必須要輸入的部份。
* 連續句點（`...`）指的是該段落可以允許不斷重覆。

為了使說明更簡潔：

* SQL 指令會跟在命令提示字元 `=>` 之後
* Shell 命令會跟在命令提示字元 `$` 之後。雖然一般而言，提示字元可能不會顯示。

關於操作人員的定義：

* *管理者（Administrator）* 一般的定義是負責安裝及運行資料庫系統的人
* *使用者（User）* 指的是任何正在使用資料庫的人，或者正要使用任何 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/16/preface/03_notation.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.
