Re: regexp_match() returning text

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: emre(at)hasegeli(dot)com
Cc: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>, Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
Subject: Re: regexp_match() returning text
Date: 2016-08-18 14:53:26
Message-ID: 13496.1471532006@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Emre Hasegeli <emre(at)hasegeli(dot)com> writes:
>> I did *not* push the hunk in citext.sgml, since that was alleging support
>> that doesn't actually exist in this patch. To make this work for citext,
>> we need to add wrapper functions similar to citext's wrappers for
>> regexp_matches. And that in turn means a citext extension version bump,
>> which makes it more notationally tedious than I felt like dealing with
>> today. I'm bouncing that requirement back to you to produce a separate
>> patch for.

> It is attached.

You missed updating citext_1.out, but otherwise looks good. Pushed.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2016-08-18 15:03:34 Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables)
Previous Message Ants Aasma 2016-08-18 14:44:50 Re: Pluggable storage