PG手册中哪里记录了`pg_temp`?

da9*_*a99 5 postgresql temporary-tables

我尝试了各种方法在手册中查找pg_temp,但没有找到。手册中有记录吗?

jja*_*nes 4

它记录在https://www.postgresql.org/docs/current/static/runtime-config-client.html

同样,当前会话的临时表模式 pg_temp_nnn 始终会被搜索(如果存在)。可以使用别名 pg_temp 在路径中显式列出它。如果它没有在路径中列出,那么首先搜索它(甚至在 pg_catalog 之前)。但是,临时模式仅搜索关系(表、视图、序列等)和数据类型名称。它永远不会搜索函数或运算符名称。