Re: why toasted is created when domain is used ?

From: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: why toasted is created when domain is used ?
Date: 2019-08-05 15:16:04
Message-ID: 1565018164337-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Well, I used only domains with fixed sizes.

create domain i32 as integer;
create domain i16 as smallint;
create domain datahora as timestamp;

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2019-08-05 15:19:11 Re: Aggregate not using BRIN index on timestamp
Previous Message Jeremy Finzel 2019-08-05 15:10:06 Re: Aggregate not using BRIN index on timestamp