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

README.md improved #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

README.md improved #206

wants to merge 1 commit into from

Conversation

haron
Copy link

@haron haron commented Mar 1, 2019

In case if non-default schema is used while creating extension, functions will be created in current schema instead of public. But cstore_clean_table_resources function is explicitly called from public schema, so the user will get an error ERROR: function cstore_clean_table_resources(oid) does not exist (similar to #125 bug).

We need to make sure that everything is created in public schema.

In case if non-default schema is used while creating extension, functions will be created in current schema instead of `public`. But `cstore_clean_table_resources` function is explicitly called from `public` schema, so the user will get an error `ERROR: function cstore_clean_table_resources(oid) does not exist` (similar to citusdata#125 bug).

We need to make sure that everything is created in `public` schema.
@mtuncer mtuncer changed the base branch from master to develop_v1x February 18, 2020 07:45
@mtuncer mtuncer changed the base branch from develop_v1x to master February 18, 2020 07:46
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