Re: Where the info is stored

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: Where the info is stored
Date: 2026-02-17 00:49:19
Message-ID: CAKFQuwa2ef9Bxz79Q8JtVNxmMABN829EJqiLKXxB5=5AEHyr9w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday, February 16, 2026, Igor Korot <ikorot01(at)gmail(dot)com> wrote:

>
> Where are included columns

>
pg_attribute, though you need info from pg_index to interpret the contents.

>
> and storage_parameters located?

pg_class.reloptions (pretty sure…)

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Sabino Mullane 2026-02-17 14:55:30 Re: Guarantee order of batched pg_advisory_xact_lock
Previous Message Igor Korot 2026-02-17 00:38:48 Where the info is stored