タイプ: | string |
デフォルト: | heap |
コンテキスト: | user |
再起動: | false |
以来: | 12 |
このパラメータは、テーブルあるいはマテリアライズドビューの作成時にCREATEコマンドが明示的にアクセスメソッドを指定しないか、あるいはテーブルアクセスメソッドを指定できないSELECT ... INTOが利用された時に使われるデフォルトのテーブルアクセスメソッドを指定します。デフォルトは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?