类型: | string |
默认: | heap |
上下文: | user |
重新开始: | false |
以来: | 12 |
如果 CREATE命令没有显式指定访问方法,则此参数指定在创建表或物化视图时使用的默认表访问方法, 或者在使用SELECT ... INTO 时,不允许指定表访问方法。默认为heap
。
在 StackOverflow
- How to restore postgres 12 dump file into postgres 11.5
- unrecognized configuration parameter "default table access method" google cloud
- Postgres data compress
- How to restore postgres 12 generated sql file into postgres 9.6 database
- Postgres's pg_dump --section=pre-data includes CHECK constraints, despite documentation saying otherwise?