]> 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:52 +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 072dfb6f0d68489f9395e5dc8549c5ca5263f422..93c745d6c908af72dc77619866f2fe26c54b9a5e 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