summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple/pgstattuple.sql.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pgstattuple/pgstattuple.sql.in')
-rw-r--r--contrib/pgstattuple/pgstattuple.sql.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pgstattuple/pgstattuple.sql.in b/contrib/pgstattuple/pgstattuple.sql.in
index 5489c93812..c32c00ba3f 100644
--- a/contrib/pgstattuple/pgstattuple.sql.in
+++ b/contrib/pgstattuple/pgstattuple.sql.in
@@ -1,8 +1,6 @@
-- Adjust this setting to control where the objects get created.
SET search_path = public;
-SET autocommit TO 'on';
-
DROP TYPE pgstattuple_type CASCADE;
CREATE TYPE pgstattuple_type AS (
table_len BIGINT, -- physical table length in bytes