regexp_match() returning text - Mailing list pgsql-hackers

From Emre Hasegeli
Subject regexp_match() returning text
Date
Msg-id CAE2gYzy42sna2ME_e3y1KLQ-4UBrB-eVF0SWn8QG39sQSeVhEw@mail.gmail.com
Whole thread Raw
Responses Re: regexp_match() returning text  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: regexp_match() returning text  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List 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

pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Does people favor to have matrix data type?
Next
From: Tom Lane
Date:
Subject: Redesigning parallel dump/restore's wait-for-workers logic