Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SELECT aggregate FILTER support for deparser #175

Merged
merged 2 commits into from
Dec 27, 2020

Conversation

emin100
Copy link
Contributor

@emin100 emin100 commented Sep 15, 2020

Example: SELECT max("create_date"::date) FILTER (WHERE "cancel_date" IS NULL) OVER (ORDER BY "create_date" DESC) FROM "tb_x"

Example: SELECT max("create_date"::date) FILTER (WHERE "cancel_date" IS NULL) OVER (ORDER BY "create_date" DESC) FROM "tb_x"
@lfittl lfittl merged commit b890722 into pganalyze:master Dec 27, 2020
@emin100 emin100 deleted the agg_function_deparse_filter branch December 28, 2020 05:48
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.

None yet

2 participants