How best to work around the issue - regex string cannot contain brackets - Mailing list pgsql-sql

From Shaozhong SHI
Subject How best to work around the issue - regex string cannot contain brackets
Date
Msg-id CA+i5JwYi246WtbtgQQy5o7vhsj8DLqunAA4FW1m68NpLUp0gLg@mail.gmail.com
Whole thread Raw
Responses Re: How best to work around the issue - regex string cannot contain brackets  (Christophe Pettus <xof@thebuild.com>)
Re: How best to work around the issue - regex string cannot contain brackets  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-sql
One would consider the following would work, but it did not because the brackets.
select regexp_matches('Department for Transport (Parking)', 'Department for Transport (Parking)', 'g')

Can anyone enlighten me?

Regards,

David

pgsql-sql by date:

Previous
From: aditya desai
Date:
Subject: Increase fetch fize of oracl_fdw(ALTER SERVER)
Next
From: Christophe Pettus
Date:
Subject: Re: How best to work around the issue - regex string cannot contain brackets