Andrew Grossman writes:
>> I'm having difficulty finding version difference information about native
>> extensions. For instance, I have an instance running citext version 1.1 and
>> an update command will take it up to 1.6. I was hoping that I'd see some
>> information about version history speci
Ah, I see that that information is probably retrievable from the source
code commit info. It might still be helpful to have a version history for
an extension in the docs.
On Tue, Sep 20, 2022 at 2:33 PM PG Doc comments form
wrote:
> The following documentation comment has been logged on the web
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/citext.html
Description:
I'm having difficulty finding version difference information about native
extensions. For instance, I have an instance running citext version 1.1 and
an update com
Thank you
Send from my Mobile
From: Simon Riggs
Sent: Tuesday, September 20, 2022 3:48:02 PM
To: Daniel Westermann (DWE)
Cc: pgsql-docs@lists.postgresql.org
Subject: Re: Are we really using 23 bytes on most machines?
On Tue, 20 Sept 2022 at 13:24, Daniel Wester
On Tue, 20 Sept 2022 at 13:24, Daniel Westermann (DWE)
wrote:
>
> Hi,
>
> https://www.postgresql.org/docs/current/storage-page-layout.html
> "(occupying 23 bytes on most machines)"
>
> Is this still true? At least on Linux it is 24 bytes:
>
> postgres=# select pg_column_size( row() );
>
> pg_colu
Hi,
https://www.postgresql.org/docs/current/storage-page-layout.html
"(occupying 23 bytes on most machines)"
Is this still true? At least on Linux it is 24 bytes:
postgres=# select pg_column_size( row() );
pg_column_size
24
(1 row)
Regards
Daniel