Skip to content

Fixed BACKUP parsing for redshift#2270

Open
romanoff wants to merge 1 commit intoapache:mainfrom
romanoff:fix_backup_keyword_for_redshift
Open

Fixed BACKUP parsing for redshift#2270
romanoff wants to merge 1 commit intoapache:mainfrom
romanoff:fix_backup_keyword_for_redshift

Conversation

@romanoff
Copy link
Contributor

@romanoff romanoff commented Mar 5, 2026

Example of query:

CREATE TABLE public.users_backup_test
BACKUP YES
DISTSTYLE AUTO
SORTKEY (id)
AS
SELECT id, name, email
FROM public.users;

Spec: https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_TABLE_NEW.html

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.

1 participant