- PostgreSQL 10 Administration Cookbook
- Simon Riggs Gianni Ciolli
- 77字
- 2021-06-25 22:04:06
How it works…
Each parameter setting is cached within each session, so that we can get fast access to the parameter settings. This allows us to access the parameter settings with ease.
Remember that the values displayed are not necessarily settings for the server as a whole. Many of those parameters will be specific to the current session. That's different from what you experience with many other types of database software, and is also very useful.