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

goback_no_of_days default value #146

Closed
amritjangid opened this issue Feb 5, 2017 · 0 comments
Closed

goback_no_of_days default value #146

amritjangid opened this issue Feb 5, 2017 · 0 comments

Comments

@amritjangid
Copy link

In the Documentation of VACUUM Phase 1:

it takes goback_no_of_days as arguments, the default value is 1. and use it in finding
recent logs by => l.event_time >= DATEADD(DAY, $(goback_no_of_days) , CURRENT_DATE)

This should be l.event_time >= DATEADD(DAY, - $(goback_no_of_days) , CURRENT_DATE) OR default value should be -1.

etspaceman added a commit to singlecomm/amazon-redshift-utils that referenced this issue Dec 7, 2017
@etspaceman etspaceman mentioned this issue Dec 7, 2017
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

No branches or pull requests

1 participant