Skip to content

Commit 25358ec

Browse files
authored
fix: #301 pgsql truncate table suggestion (#302)
1 parent 8baabd0 commit 25358ec

File tree

5 files changed

+521
-107
lines changed

5 files changed

+521
-107
lines changed

src/grammar/postgresql/PostgreSqlParser.g4

-1
Original file line numberDiff line numberDiff line change
@@ -5556,7 +5556,6 @@ plsql_unreserved_keyword
55565556
| KW_SLICE
55575557
| KW_SQLSTATE
55585558
| KW_STACKED
5559-
| KW_TABLE
55605559
//| TABLE_NAME
55615560
| KW_TYPE
55625561
| KW_USE_COLUMN

src/lib/postgresql/PostgreSqlParser.interp

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)