提交 91364733 编写于 作者: S serge-rider

#2822 PG: keywords highlight

#2823 PG: void type highlight


Former-commit-id: 990cbc0a
上级 5c752006
......@@ -70,6 +70,8 @@ class PostgreDialect extends JDBCSQLDialect {
addSQLKeyword("RETURNING");
addSQLKeyword("VARIADIC");
addSQLKeyword("PERFORM");
addSQLKeyword("FOREACH");
addSQLKeyword("LOOP");
addFunctions(
Arrays.asList(
......@@ -94,6 +96,11 @@ class PostgreDialect extends JDBCSQLDialect {
));
removeSQLKeyword("LENGTH");
addDataTypes(
Arrays.asList(
"void")
);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册