Regular Expressions 101

Community Patterns

postgresql

0

Regular Expression
PCRE (PHP <7.3)

/
^(?<timestamp>[^ ]*)\.(?<time_microseconds>\d*)\+[^ ]+ (?<host>[^ ]*) postgres\[(?<pid>\d*)\]: \[(?<groupid>[^ ]\d*)-(?<lineid>[^ ]\d*)\](?<message>.*)$
/
gm

Description

another postgreslq log

Submitted by anonymous - 7 years ago