Non-storable data type

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Non-storable data type
Date: 2011-03-26 20:46:00
Message-ID: AANLkTi=DP95sj0J7bWB2aa2yiPDJRbNBcC8jmKAqidm9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

writing an extension library, I have a type only used to perform
efficient in-place aggregation, but absolutely not to be used as a
data type into a table (it contains pointers, so it would be a
guaranteed crash).

Is there a way to mark the type as non-storable?

Thanks,

-- Daniele

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2011-03-26 22:35:01 Re: Non-storable data type
Previous Message pasman pasmański 2011-03-26 15:42:10 Re: Out of memory