default_table_access_method

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 specifying a table access method. The default is heap.

Comments