public inbox for [email protected]
help / color / mirror / Atom feedFrom: David G. Johnston <[email protected]>
To: Igor Korot <[email protected]>
Cc: pgsql-generallists.postgresql.org <[email protected]>
Subject: Re: PRIMARY KEY parameters
Date: Fri, 13 Feb 2026 20:04:15 -0700
Message-ID: <CAKFQuwbYwcS8uZ7bF6gJRhB52fa=nH_EZ_Cthj1twHZF5EzzMQ@mail.gmail.com> (raw)
In-Reply-To: <CA+FnnTwQaGb6RPddObHQSd7UW37cUJOzXVETfDw+jeyaRFbr6w@mail.gmail.com>
References: <CA+FnnTwQaGb6RPddObHQSd7UW37cUJOzXVETfDw+jeyaRFbr6w@mail.gmail.com>
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.
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: PRIMARY KEY parameters
In-Reply-To: <CAKFQuwbYwcS8uZ7bF6gJRhB52fa=nH_EZ_Cthj1twHZF5EzzMQ@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox