Re: I came here to determine how much storage a boolean variable uses - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: I came here to determine how much storage a boolean variable uses
Date
Msg-id 20210901194946.GA24833@momjian.us
Whole thread Raw
In response to Re: I came here to determine how much storage a boolean variable uses  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-docs
On Mon, Aug 30, 2021 at 12:16:13PM -0400, Jonathan Katz wrote:
> > https://www.postgresql.org/docs/current/storage-page-layout.html#STORAGE-TUPLE-LAYOUT
> > <https://www.postgresql.org/docs/current/storage-page-layout.html#STORAGE-TUPLE-LAYOUT>
> 
> Well, it is provided one level deeper in the data type docs, e.g.:
> 
> https://www.postgresql.org/docs/13/datatype-boolean.html
> 
> I think it's a reasonable request to consider. It potentially duplicates
> the info in the data types section (i.e. one more thing to maintain),
> but it does provide some convenience for scanning it across the
> consolidated table.

FYI, I usually use psql's \dTS+.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  If only the physical world exists, free will is an illusion.




pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Inaccurate usage of "which" instead of "that" in parallel.sgml
Next
From: Bruce Momjian
Date:
Subject: Re: Error in sql script