regexp_match() returning text

From: Emre Hasegeli <emre(at)hasegeli(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: regexp_match() returning text
Date: 2016-05-29 17:28:59
Message-ID: CAE2gYzy42sna2ME_e3y1KLQ-4UBrB-eVF0SWn8QG39sQSeVhEw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached patch adds regexp_match() function which is a simple variant of
regexp_matches() that doesn't return a set. It is based on Tom Lane's
comment to bug #10889 [1].

[1] https://www.postgresql.org/message-id/23769.1404747766@sss.pgh.pa.us

Attachment Content-Type Size
regexp-match-v1.patch text/x-diff 27.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-05-29 17:54:03 Redesigning parallel dump/restore's wait-for-workers logic
Previous Message Joe Conway 2016-05-29 15:05:53 Re: Does people favor to have matrix data type?