You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT rolname, regexp_replace(rolpassword, '(SCRAM-SHA-256)$(\d+):([a-zA-Z0-9+/=]+)$([a-zA-Z0-9+=/]+):([a-zA-Z0-9+/=]+)', '\1$\2:$:') as rolpassword_masked
FROM pg_authid
WHERE rolname LIKE 'regress_passwd%'
ORDER BY rolname, rolpassword;
ERROR: flex scanner jammed
create or replace function strtest() returns text as $$
begin
raise notice 'foo\bar\041baz';
return 'foo\bar\041baz';
end
$$ language plpgsql;
ERROR: flex scanner jammed
select 'bbbbb' ~ '^([bc])\1*$' as t;
ERROR: flex scanner jammed
The text was updated successfully, but these errors were encountered:
*Issue migrated from trac ticket # 875 www.kunlunbase.com *
component: computing nodes | priority: major
2022-07-05 12:03:03: vito@zettadb.com created the issue
The text was updated successfully, but these errors were encountered: