Type: | string |
Default: | heap |
Context: | user |
Restart: | false |
Since: | 12 |
This parameter specifies the default table access method to use when creating tables or materialized views if the CREATE command does not explicitly specify an access method, or when SELECT ... INTO is used, which does not allow to specify a table access method. The default is heap
.
On 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?