SongYoungUk
SongYoungUk
## Description To ensure proper semantic usage, rename `quota` to `quote` - #164 ## Screenshots ## Type of Changes - [x] Bug fix (non-breaking change which fixes an issue) -...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Description I think it would be beneficial to add a rule that checks for...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened According to the [postgresql keywords appendix](https://www.postgresql.org/docs/current/sql-keywords-appendix.html), some keywords can't be used as...
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### What Happened When using the `RF04(L029)` rule in the following SQL query: ```SQL CREATE...
fix : #7715 According to the documentation and `pg_settings`, the context of the `citus.enable_change_data_capture` parameter is user. However, changing this parameter — even as a superuser — doesn't work as...
According to #870, Citus 11.0 and later no longer support the `citus.shard_max_size` GUC. To avoid confusion, I believe it's better to remove this GUC from the documentation. Also, I link...