私はこれに相当するものが欲しいです:
create table t (
fromts timestamptz,
tots timestamptz,
exclude using gist ((fromts, tots) with overlaps)
);
ERROR: syntax error at or near ","
LINE 4: exclude using gist ((fromts, tots) with overlaps)
構文エラーに加えて、可換演算子ではないという問題もあると思います。
それを機能させる最も簡単な方法は何ですか?