Problem marker is shown for the keyword GENERATED in CREATE TABLE-statement
Open
xf:sql editor
xf:sql parser
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
### Description

Use this code:
```
CREATE TABLE sample (
id int4 GENERATED ALWAYS AS IDENTITY( INCREMENT BY 1 MINVALUE 1 MAXVALUE 2147483647 START 1 CACHE 1 NO CYCLE) NOT NULL,
hello integer NOT NULL
);
```
### DBeaver Version
Enterprise Edition 24.2.4-202410262322
### Operating System
Windows 10
### Database and driver
PostgreSQL 16
PostgreSQL JDBC Driver 42.7.4
### Steps to reproduce
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.