"Ilja Golshtein" <ilejn@xxxxxxxxx> writes: > PG Doc 49.2 says: "Each TOAST-able data type specifies a default strategy for columns of that data type". How one can find out 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster