Skip to content

Commit

Permalink
Fix missing link in ALTER for distributed hypertables (#89)
Browse files Browse the repository at this point in the history
Add a missing link.

Co-authored-by: Lana Brindley <github@lanabrindley.com>
  • Loading branch information
erimatnor and Loquacity authored May 26, 2021
1 parent a88ed49 commit c1d5080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions timescaledb/how-to-guides/distributed-hypertables/alter.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ Altering a table's schema is quite efficient provided that the default
non-null value, TimescaleDB will need to fill in this value for all rows
(of all chunks) belonging to this hypertable.
</highlight>

[postgres-altertable]: https://www.postgresql.org/docs/current/sql-altertable.html

0 comments on commit c1d5080

Please sign in to comment.