File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -4895,20 +4895,6 @@ Owning table: "pg_catalog.pg_statistic"
4895
4895
Indexes:
4896
4896
"pg_toast_2619_index" PRIMARY KEY, btree (chunk_id, chunk_seq)
4897
4897
4898
- \dt pg_toast.pg_toast_2619
4899
- List of relations
4900
- Schema | Name | Type | Owner
4901
- ----------+---------------+-------------+----------
4902
- pg_toast | pg_toast_2619 | TOAST table | postgres
4903
- (1 row)
4904
-
4905
- \di pg_toast.pg_toast_2619_index
4906
- List of relations
4907
- Schema | Name | Type | Owner | Table
4908
- ----------+---------------------+-------+----------+---------------
4909
- pg_toast | pg_toast_2619_index | index | postgres | pg_toast_2619
4910
- (1 row)
4911
-
4912
4898
-- check printing info about access methods
4913
4899
\dA
4914
4900
List of access methods
Original file line number Diff line number Diff line change @@ -1210,8 +1210,6 @@ drop role regress_partitioning_role;
1210
1210
1211
1211
-- \d on toast table (use pg_statistic's toast table, which has a known name)
1212
1212
\d pg_toast .pg_toast_2619
1213
- \dt pg_toast .pg_toast_2619
1214
- \di pg_toast .pg_toast_2619_index
1215
1213
1216
1214
-- check printing info about access methods
1217
1215
\dA
You can’t perform that action at this time.
0 commit comments