In console executing "show search_path" showed an error rather than showing the search_path
Error {
kind: Db,
cause: Some(
DbError {
severity: "ERROR",
parsed_severity: Some(
Error,
),
code: SqlState(
E42601,
),
message: "syntax error at or near \"LIMIT\"",
detail: None,
hint: None,
position: Some(
Original(
18,
),
),
where_: None,
schema: None,
table: None,
column: None,
datatype: None,
constraint: None,
file: Some(
"scan.l",
),
line: Some(
1236,
),
routine: Some(
"scanner_yyerror",
),
},
),
}
Plugin version
v1.0.0-rc2
Tabularis app version
0.23.0
Operating system
Fedora 44
What happened?
In console executing "show search_path" showed an error rather than showing the search_path
Steps to reproduce
In a Console execute:
show search_path
Error message, if any