Our convention here is to in-line or bottom post.
On Sunday, October 15, 2023, Erki Eessaar <erki(dot)eessaar(at)taltech(dot)ee> wrote:
>
> After that I dropped ALL the columns of the table (by the way it is a nice
> feature that PostgreSQL allows tables without columns). VACUUM ANALYZE did
> not change the relation size. VACUUM FULL reduced the size, but it was
> still pretty large.
>
Rows have overhead so even a zero column row is going to take up space.
David J.