Does WITHOUT OVERLAPS boolean stored somewhere?
Igor Korot <ikorot01@gmail.com>
From: Igor Korot <ikorot01@gmail.com>
To: "pgsql-generallists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2026-03-28T04:54:12Z
Lists: pgsql-general
Hi, I can use WITHOUT OVERLAPS when creating the PK. But is it stored somewhere? I mean can I write a query like "SELECT without_overlaps FROM ..." and get the value of T/F or 1/0 which will indicate if the clause was used? Thank you.