On Fri, Feb 13, 2026 at 7:29 PM Igor Korot <[email protected]> wrote:
> index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are: > > [ WITH ( storage_parameter [= value] [, ... ] ) ] > [ USING INDEX TABLESPACE tablespace ] > [/quote] > > How can I retrieve those 2 parameters? > > You'd have to look at the tablespace and storage parameters of the index in question, it isn't a property of the table. The indexes are immediately created with those attributes. David J.
