Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
postgresqlでsearch_pathをデフォルト値に戻す方法を知っている人はいますか? 値を変更しましたが、デフォルト値を再度使用したいと思います。どんな助けでも大歓迎です。
チェン
これを試してください:
SET search_path TO DEFAULT ;