Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hint when hypertable creation fails
When creating a hypertable, we create default indexes on the partition column, which requires that the column be a part of the table's primary or composite key. The error message shown to the user in this scenario did not indicate this correctly. This adds a hint to make this clearer. Closes #2907.
- Loading branch information