timescaledb/.unreleased/bugfix_5909
Dmitry Simonenko 2863daf3df Support CREATE INDEX ONLY ON main table
This PR adds support for CREATE INDEX ONLY ON clause which allows to
create index only on the main table excluding chunks.

Fix #5908
2023-08-03 15:51:57 +03:00

2 lines
74 B
Plaintext

Implements: #5909 CREATE INDEX ONLY ON hypertable creates index on chunks