File tree 1 file changed +1
-2
lines changed 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ The pg_dist_shard table stores metadata about individual shards of a table. This
51
51
| shardstorage | char | | Type of storage used for this shard. Different storage types are |
52
52
| | | | discussed in the table below. |
53
53
+----------------+----------------------+---------------------------------------------------------------------------+
54
- | shardalias | text | | Determines the name used on the worker PostgreSQL database to refer |
55
- | | | | to this shard. If NULL, the default name is "tablename_shardid". |
54
+ | shardalias | text | | Deprecated and unused column. Will be removed in a future release. |
56
55
+----------------+----------------------+---------------------------------------------------------------------------+
57
56
| shardminvalue | text | | For append distributed tables, minimum value of the distribution column |
58
57
| | | | in this shard (inclusive). |
You can’t perform that action at this time.
0 commit comments