Re: Binary operators for cubes

2025-07-05 Thread Kirill Panin
table solution. Regards, Kirill On 7/2/25 13:57, Dean Rasheed wrote: On Thu, 15 May 2025 at 16:16, Kirill Panin wrote: Hi hackers! The "cube" extention is frequently used for vectors, but the current implementation lacks support for binary operators, such as +, -, *, /. The attached

Binary operators for cubes

2025-05-15 Thread Kirill Panin
PaninFrom 98a8111a83a3443287061af9461b3e03e9dcb6e6 Mon Sep 17 00:00:00 2001 From: Kirill Panin Date: Wed, 14 May 2025 15:30:48 +0300 Subject: [PATCH v1] Add binary operators for cubes --- contrib/cube/Makefile | 2 +- contrib/cube/cube--1.5--1.6.sql | 56 ++ contrib/c