Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/tables-hypertables.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import HypertableIntro from "versionContent/_partials/_hypertables-intro.mdx";

Databases in are made up of tables that contain your data. In PostgreSQL, these
tables are relational, so the data in one table relates to the data in another
table. In Timescale, you use regular PostregSQL relational tables, in addition
table. In Timescale, you use regular PostgreSQL relational tables, in addition
to special time-series hypertables.

Hypertables are designed specifically for time-series data, so they have a few
Expand Down