| From: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
|---|---|
| To: | Michael Paquier <michael(at)paquier(dot)xyz> |
| Cc: | Thomas Boussekey <thomas(dot)boussekey(at)gmail(dot)com>, PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: When are largobject records TOASTed into pg_toast_2613? |
| Date: | 2020-08-22 03:49:13 |
| Message-ID: | 8dd7536f2a84aeedcd34823b4dcab6f91dba4fb3.camel@cybertec.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Sat, 2020-08-22 at 10:47 +0900, Michael Paquier wrote:
> > Indeed, system tables have no TOAST tables in PostgreSQL, so I wonder
> > how your "pg_largeobject" table could have grown one.
>
> FWIW, src/include/catalog/toasting.h is giving me a list of 28 catalog
> tables with a toast relation as of HEAD.
Yes, I was behind the times.
Catalog tables *do* have TOAST tables, but not all of them, and "pg_largeobject" is one that doesn't.
Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Laurenz Albe | 2020-08-22 03:50:49 | Re: When are largobject records TOASTed into pg_toast_2613? |
| Previous Message | Michael Paquier | 2020-08-22 01:47:36 | Re: When are largobject records TOASTed into pg_toast_2613? |