Re: daitch_mokotoff module

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Dag Lem <dag(at)nimrod(dot)no>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: daitch_mokotoff module
Date: 2022-12-23 13:07:47
Message-ID: 20221223130747.ymxv7gbj6kr7vwrh@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wonder why do you have it return the multiple alternative codes as a
space-separated string. Maybe an array would be more appropriate. Even
on your documented example use, the first thing you do is split it on
spaces.

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2022-12-23 13:25:59 Re: daitch_mokotoff module
Previous Message Ranier Vilela 2022-12-23 13:07:14 Re: Avoid lost result of recursion (src/backend/optimizer/util/inherit.c)