@@ -3027,23 +3027,23 @@ Access method: heap
3027
3027
(4 rows)
3028
3028
3029
3029
\dt+
3030
- List of relations
3030
+ List of tables
3031
3031
Schema | Name | Type | Owner | Persistence | Access method | Size | Description
3032
3032
-----------------+---------------+-------+----------------------+-------------+---------------+---------+-------------
3033
3033
tableam_display | tbl_heap | table | regress_display_role | permanent | heap | 0 bytes |
3034
3034
tableam_display | tbl_heap_psql | table | regress_display_role | permanent | heap_psql | 0 bytes |
3035
3035
(2 rows)
3036
3036
3037
3037
\dm+
3038
- List of relations
3038
+ List of materialized views
3039
3039
Schema | Name | Type | Owner | Persistence | Access method | Size | Description
3040
3040
-----------------+--------------------+-------------------+----------------------+-------------+---------------+---------+-------------
3041
3041
tableam_display | mat_view_heap_psql | materialized view | regress_display_role | permanent | heap_psql | 0 bytes |
3042
3042
(1 row)
3043
3043
3044
3044
-- But not for views and sequences.
3045
3045
\dv+
3046
- List of relations
3046
+ List of views
3047
3047
Schema | Name | Type | Owner | Persistence | Size | Description
3048
3048
-----------------+----------------+------+----------------------+-------------+---------+-------------
3049
3049
tableam_display | view_heap_psql | view | regress_display_role | permanent | 0 bytes |
@@ -6244,7 +6244,7 @@ List of access methods
6244
6244
(0 rows)
6245
6245
6246
6246
\dt "no.such.table.relation"
6247
- List of relations
6247
+ List of tables
6248
6248
Schema | Name | Type | Owner
6249
6249
--------+------+------+-------
6250
6250
(0 rows)
@@ -6316,31 +6316,31 @@ List of access methods
6316
6316
(0 rows)
6317
6317
6318
6318
\di "no.such.index.relation"
6319
- List of relations
6319
+ List of indexes
6320
6320
Schema | Name | Type | Owner | Table
6321
6321
--------+------+------+-------+-------
6322
6322
(0 rows)
6323
6323
6324
6324
\dm "no.such.materialized.view"
6325
- List of relations
6325
+ List of materialized views
6326
6326
Schema | Name | Type | Owner
6327
6327
--------+------+------+-------
6328
6328
(0 rows)
6329
6329
6330
6330
\ds "no.such.relation"
6331
- List of relations
6331
+ List of sequences
6332
6332
Schema | Name | Type | Owner
6333
6333
--------+------+------+-------
6334
6334
(0 rows)
6335
6335
6336
6336
\dt "no.such.relation"
6337
- List of relations
6337
+ List of tables
6338
6338
Schema | Name | Type | Owner
6339
6339
--------+------+------+-------
6340
6340
(0 rows)
6341
6341
6342
6342
\dv "no.such.relation"
6343
- List of relations
6343
+ List of views
6344
6344
Schema | Name | Type | Owner
6345
6345
--------+------+------+-------
6346
6346
(0 rows)
@@ -6474,7 +6474,7 @@ List of schemas
6474
6474
\dA "no.such.schema"."no.such.access.method"
6475
6475
improper qualified name (too many dotted names): "no.such.schema"."no.such.access.method"
6476
6476
\dt "no.such.schema"."no.such.table.relation"
6477
- List of relations
6477
+ List of tables
6478
6478
Schema | Name | Type | Owner
6479
6479
--------+------+------+-------
6480
6480
(0 rows)
@@ -6526,31 +6526,31 @@ improper qualified name (too many dotted names): "no.such.schema"."no.such.table
6526
6526
(0 rows)
6527
6527
6528
6528
\di "no.such.schema"."no.such.index.relation"
6529
- List of relations
6529
+ List of indexes
6530
6530
Schema | Name | Type | Owner | Table
6531
6531
--------+------+------+-------+-------
6532
6532
(0 rows)
6533
6533
6534
6534
\dm "no.such.schema"."no.such.materialized.view"
6535
- List of relations
6535
+ List of materialized views
6536
6536
Schema | Name | Type | Owner
6537
6537
--------+------+------+-------
6538
6538
(0 rows)
6539
6539
6540
6540
\ds "no.such.schema"."no.such.relation"
6541
- List of relations
6541
+ List of sequences
6542
6542
Schema | Name | Type | Owner
6543
6543
--------+------+------+-------
6544
6544
(0 rows)
6545
6545
6546
6546
\dt "no.such.schema"."no.such.relation"
6547
- List of relations
6547
+ List of tables
6548
6548
Schema | Name | Type | Owner
6549
6549
--------+------+------+-------
6550
6550
(0 rows)
6551
6551
6552
6552
\dv "no.such.schema"."no.such.relation"
6553
- List of relations
6553
+ List of views
6554
6554
Schema | Name | Type | Owner
6555
6555
--------+------+------+-------
6556
6556
(0 rows)
@@ -6641,7 +6641,7 @@ improper qualified name (too many dotted names): "no.such.schema"."no.such.insta
6641
6641
improper qualified name (too many dotted names): "no.such.schema"."no.such.event.trigger"
6642
6642
-- again, but with current database and dotted schema qualifications.
6643
6643
\dt regression."no.such.schema"."no.such.table.relation"
6644
- List of relations
6644
+ List of tables
6645
6645
Schema | Name | Type | Owner
6646
6646
--------+------+------+-------
6647
6647
(0 rows)
@@ -6677,31 +6677,31 @@ improper qualified name (too many dotted names): "no.such.schema"."no.such.event
6677
6677
(0 rows)
6678
6678
6679
6679
\di regression."no.such.schema"."no.such.index.relation"
6680
- List of relations
6680
+ List of indexes
6681
6681
Schema | Name | Type | Owner | Table
6682
6682
--------+------+------+-------+-------
6683
6683
(0 rows)
6684
6684
6685
6685
\dm regression."no.such.schema"."no.such.materialized.view"
6686
- List of relations
6686
+ List of materialized views
6687
6687
Schema | Name | Type | Owner
6688
6688
--------+------+------+-------
6689
6689
(0 rows)
6690
6690
6691
6691
\ds regression."no.such.schema"."no.such.relation"
6692
- List of relations
6692
+ List of sequences
6693
6693
Schema | Name | Type | Owner
6694
6694
--------+------+------+-------
6695
6695
(0 rows)
6696
6696
6697
6697
\dt regression."no.such.schema"."no.such.relation"
6698
- List of relations
6698
+ List of tables
6699
6699
Schema | Name | Type | Owner
6700
6700
--------+------+------+-------
6701
6701
(0 rows)
6702
6702
6703
6703
\dv regression."no.such.schema"."no.such.relation"
6704
- List of relations
6704
+ List of views
6705
6705
Schema | Name | Type | Owner
6706
6706
--------+------+------+-------
6707
6707
(0 rows)
0 commit comments