Re: contrib/cube - binary input/output handlers

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kohei KaiGai <kaigai(at)heterodb(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: contrib/cube - binary input/output handlers
Date: 2021-03-03 15:28:58
Message-ID: 1181319.1614785338@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kohei KaiGai <kaigai(at)heterodb(dot)com> writes:
> One thing not straightforward is that a new definition of cube type
> needs to drop
> the old definition once, then it leads cascaded deletion to the
> objects that depends
> on the "cube" type declared at the cube--1.2.sql.
> Do you have any good ideas?

You can add the I/O functions with ALTER TYPE nowadays.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2021-03-03 15:36:35 Re: We should stop telling users to "vacuum that database in single-user mode"
Previous Message Robert Haas 2021-03-03 15:26:09 Re: [Patch] ALTER SYSTEM READ ONLY