]> granicus.if.org Git - postgresql/commitdiff
Add default_table_access_method to postgresql.conf.sample.
authorAndres Freund <andres@anarazel.de>
Fri, 16 Aug 2019 22:24:22 +0000 (15:24 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 16 Aug 2019 22:24:22 +0000 (15:24 -0700)
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

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

index 65a6da18b35cccfdcda102a4d93dc4ea0b21619a..39fc787851c0dc2ddc1980be97bee869fdc1ff7d 100644 (file)
 #default_tablespace = ''               # a tablespace name, '' uses the default
 #temp_tablespaces = ''                 # a list of tablespace names, '' uses
                                        # only default tablespace
+#default_table_access_method = 'heap'
 #check_function_bodies = on
 #default_transaction_isolation = 'read committed'
 #default_transaction_read_only = off