# 39. Triggers

這章中介紹有關於觸發器函數的基本導引。觸發器函數能夠用大多數的程序語言編寫， 包括 PL/pgSQL([第42章](https://www.postgresql.org/docs/10/static/plpgsql.html))，PL/Tcl ([第43章](https://www.postgresql.org/docs/10/static/pltcl.html))， PL/Perl ([第44章](https://www.postgresql.org/docs/10/static/plperl.html))，和 PL/Python ([第45章](https://www.postgresql.org/docs/10/static/plpython.html))。閱讀本章后， 你可以參考你最喜歡的程序語言的章節， 找出該程序語言的特定指引。

儘管大多數人認為觸發器函數比較容易用程序語言編寫， 觸發器也可以在C中編寫。 目前無法在SQL函數語言中編寫觸發器函數。


---

# 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/11/server-programming/triggers.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.
