Re: DATATYPE for HEX - Mailing list pgsql-general

From Tom Lane
Subject Re: DATATYPE for HEX
Date
Msg-id 15526.1118931980@sss.pgh.pa.us
Whole thread Raw
In response to Re: DATATYPE for HEX  ("Ilja Golshtein" <ilejn@yandex.ru>)
List pgsql-general
"Ilja Golshtein" <ilejn@yandex.ru> writes:
> PG Doc 49.2 says: "Each TOAST-able data type specifies a default strategy for columns of that data type". How one can
findout these default strategies? 

Look in pg_type, specifically the typstorage column.

Offhand I think NUMERIC is the only one that doesn't default to full
EXTENDED storage.

            regards, tom lane

pgsql-general by date:

Previous
From: "Ilja Golshtein"
Date:
Subject: Re: Hungry postmaster
Next
From: Tom Lane
Date:
Subject: Re: Hungry postmaster