summaryrefslogtreecommitdiffstats
path: root/test/expected/test_meta.sh_3c9b5940f7533c5fc3d4956a6efce50a9e7132d4.err
blob: 96a52d732d865488028a2ea217e5e22952f74a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
✘ error: invalid value for “log_tags” column of table “access_log”
 reason: “foo” is not a valid value for option “/#”
 |        reason: value does not match pattern: ^#[^\s]+$
 |        --> access_log.log_tags:1
 |        | ["foo"]                                 
 |        = help: Property Synopsis
 |                  /# tag
 |                Description
 |                  A tag for the log line
 --> command-option:1
 | ;UPDATE access_log SET log_tags = json_array('foo') WHERE log_line = 1