Skip to content

Commit 98075a9

Browse files
authored
Merge pull request citusdata#152 from robin900/die-shardalias-die
Mention shardalias is deprecated, unused, and slated for future removal
2 parents 0358220 + 4844e63 commit 98075a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/metadata_tables.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ The pg_dist_shard table stores metadata about individual shards of a table. This
5151
| shardstorage | char | | Type of storage used for this shard. Different storage types are |
5252
| | | | discussed in the table below. |
5353
+----------------+----------------------+---------------------------------------------------------------------------+
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. |
5655
+----------------+----------------------+---------------------------------------------------------------------------+
5756
| shardminvalue | text | | For append distributed tables, minimum value of the distribution column |
5857
| | | | in this shard (inclusive). |

0 commit comments

Comments
 (0)