On Wed, 2024-10-23 at 17:07 +0300, Дмитрий wrote: > Can anyone tell me what this means «CONST :consttype 1184» или «CONST :consttype 23» relpartbound pg_class? > I'm interested in what 1184 and 23 mean, and what other meanings they could have? Where can I read about this? That looks like a parsed PostgreSQL expression. Those are constants of data type 1184 (timestamp with time zone) and 23 (text). Yours, Laurenz Albe