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

Qualify function call in migration script #291

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Qualify function call in migration script #291

merged 1 commit into from
Oct 16, 2023

Conversation

hanefi
Copy link
Member

@hanefi hanefi commented Oct 16, 2023

The migration script for pg_cron 1.2 to 1.3 was using nextval() without qualifying it with pg_catalog. This is a problem if the user has installed pg_cron in a schema other than pg_catalog. This commit fixes the problem by qualifying the function call.

The migration script for pg_cron 1.2 to 1.3 was using nextval() without
qualifying it with pg_catalog. This is a problem if the user has
installed pg_cron in a schema other than pg_catalog. This commit fixes
the problem by qualifying the function call.
@hanefi hanefi merged commit 306a680 into main Oct 16, 2023
1 check passed
@hanefi hanefi deleted the qualify-func-call branch October 16, 2023 11:40
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