Skip to content

Commit 0be2828

Browse files
committed
chore: update keyword generation timestamp
1 parent faaf058 commit 0be2828

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

postgresql/PostgreSQLKeywords.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Source: PostgreSQL REL_18_STABLE kwlist.h
66
// URL: https://raw.githubusercontent.com/postgres/postgres/REL_18_STABLE/src/include/parser/kwlist.h
7-
// Generated: 2025-11-13T16:51:25+08:00
7+
// Generated: 2025-11-13T17:32:00+08:00
88
//
99
// DO NOT EDIT MANUALLY - This file is generated by keyword-generator
1010
// To regenerate: cd postgresql && make generate-keywords

postgresql/PostgreSQLLexer.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ options {
5252
//
5353
// Source: PostgreSQL REL_18_STABLE kwlist.h
5454
// URL: https://raw.githubusercontent.com/postgres/postgres/REL_18_STABLE/src/include/parser/kwlist.h
55-
// Generated: 2025-11-13T16:51:25+08:00
55+
// Generated: 2025-11-13T17:32:00+08:00
5656
// Total Keywords: 494
5757
//
5858
// NOTE: These keyword rules must appear BEFORE the Identifier rule

0 commit comments

Comments
 (0)