aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2019-08-16 15:24:22 -0700
committerAndres Freund <andres@anarazel.de>2019-08-16 15:24:22 -0700
commitf7db0ac7d5b6ba9728616a1cc36288cb4f817e66 (patch)
treece74dae9de3d7ffbb478ee73d19a8535469131ec /src
parent00a5c4c17b76b2d68fab70ec0be0960590a3a7fe (diff)
downloadpostgresql-f7db0ac7d5b6ba9728616a1cc36288cb4f817e66.tar.gz
postgresql-f7db0ac7d5b6ba9728616a1cc36288cb4f817e66.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 65a6da18b35..39fc787851c 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -622,6 +622,7 @@
#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