allow to \dtS+ pg_toast.*

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: allow to \dtS+ pg_toast.*
Date: 2020-11-30 16:54:36
Message-ID: 20201130165436.GX24052@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This makes toast tables a bit less special and easier to inspect.

postgres=# \dtS+ pg_toast.pg_toast_2619
pg_toast | pg_toast_2619 | toast table | pryzbyj | permanent | heap | 56 kB |

This follows commit from last year:
| eb5472da9 make \d pg_toast.foo show its indices ; and, \d toast show its main table

--
Justin

Attachment Content-Type Size
v1-0001-Allow-to-dt-pg_toast.patch text/x-diff 2.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2020-11-30 16:58:50 Re: libpq compression
Previous Message Andrey Lepikhov 2020-11-30 16:19:11 Cost overestimation of foreign JOIN