Re: PRIMARY KEY parameters

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: PRIMARY KEY parameters
Date: 2026-02-14 03:04:15
Message-ID: CAKFQuwbYwcS8uZ7bF6gJRhB52fa=nH_EZ_Cthj1twHZF5EzzMQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 13, 2026 at 7:29 PM Igor Korot <ikorot01(at)gmail(dot)com> 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message yudhi s 2026-02-15 19:04:30 Question on execution plan and suitable index
Previous Message Igor Korot 2026-02-14 02:29:11 PRIMARY KEY parameters