Skip to content

README.md improved#206

Open
haron wants to merge 1 commit intocitusdata:masterfrom
haron:master
Open

README.md improved#206
haron wants to merge 1 commit intocitusdata:masterfrom
haron:master

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