Skip to content

PostgreSQL: Allow non-reserved keywords as table aliases - #2479

Merged
yoavcloud merged 1 commit into
apache:mainfrom
BenSatori:postgres-allowed-table-aliases
Sep 3, 2026
Merged

PostgreSQL: Allow non-reserved keywords as table aliases#2479
yoavcloud merged 1 commit into
apache:mainfrom
BenSatori:postgres-allowed-table-aliases

Conversation

@BenSatori

Copy link
Copy Markdown
Contributor

Allow PostgreSQL keywords that are non-reserved there to be used as table aliases.

For example:
SELECT * FROM tbl_name AS start
JOIN tbl_name_2 ON start.id = tbl_name_2.id

Added PostgreSQL regression coverage for the supported aliases.

@BenSatori
BenSatori force-pushed the postgres-allowed-table-aliases branch from 7fa5e29 to 6489ee9 Compare September 2, 2026 19:11
@yoavcloud
yoavcloud added this pull request to the merge queue Sep 3, 2026
Merged via the queue into apache:main with commit 48e8617 Sep 3, 2026
10 checks passed
@BenSatori
BenSatori deleted the postgres-allowed-table-aliases branch September 3, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants