Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-09-20 15:11
Flavor·PCRE (Legacy)

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

Description

another postgreslq log

Submitted by anonymous