postgresql - 将 search_path 恢复为 postgresql 中的默认值

标签 postgresql

有谁知道如何在 postgresql 中将 search_path 恢复为默认值? 我更改了它的值,但现在我想再次使用默认值。 感谢您的帮助。

最佳答案

试试这个:

SET search_path TO DEFAULT ;

关于postgresql - 将 search_path 恢复为 postgresql 中的默认值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11112012/

相关文章:

sql-server - SQL Server 中的 Postgres MD5() 等效项是什么?

Postgresql GROUP BY 组合

postgresql - Alembic:使用 USING 更改列类型

c - PQunescapeBytea() 为 E'\n'::bytea 返回类似 "x0a"的字符串

node.js - nodejs sequelize 包括关系排序

sql - 在 PostgreSQL 上编写触发器脚本时出错

database - 来自 Digital Ocean Instance 的远程 Postgres 数据库 Heroku 连接速度很慢

python-3.x - 值错误 :unsupported format character 'd' (0x64) at index %Id

postgresql - 固定宽度数据写入 postgres

java - Docker 容器中 PostgreSQL 数据库的正确 JDBC 连接 URL