Re: pg_ident.conf + regular expressions issue - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_ident.conf + regular expressions issue
Date
Msg-id 1721216.1729539597@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_ident.conf + regular expressions issue  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_ident.conf + regular expressions issue
List pgsql-bugs
Alexey Shishkin <alexey.shishkin.01@gmail.com> writes:
> Let me rephrase my question about regular expressions + pg_ident.conf:
> - why test09 is successful, while test10 fails ?

I don't see why that one surprises you.  "/(?c)^(.*SMOKEYBEAR)$" does
not match "smokeybear".

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #18664: Assert in BeginCopyTo() fails when source DML query rewritten with notifying rule
Next
From: Alexey Shishkin
Date:
Subject: Re: pg_ident.conf + regular expressions issue