Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f7db0ac

Browse files
committed
Add default_table_access_method to postgresql.conf.sample.
Reported-By: Heikki Linnakangas Author: Michael Paquier Discussion: https://postgr.es/m/d6ffbebb-a0d2-181c-811d-b029b2225ed7@iki.fi Backpatch: 12-, where pluggable table access methods were introduced
1 parent 00a5c4c commit f7db0ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@
622622
#default_tablespace = '' # a tablespace name, '' uses the default
623623
#temp_tablespaces = '' # a list of tablespace names, '' uses
624624
# only default tablespace
625+
#default_table_access_method = 'heap'
625626
#check_function_bodies = on
626627
#default_transaction_isolation = 'read committed'
627628
#default_transaction_read_only = off

0 commit comments

Comments
 (0)