Skip to content

Confirming schema of the part_config table #414

Answered by keithf4
neetam15 asked this question in Q&A
Discussion options

You must be logged in to vote

Installing an extension into a specific schema is completely optional. I recommend it for pg_partman because most of its functions are pretty self-contained and its easier to control access to extension objects if they are in a dedicated schema. However if you want to install it to the public/default schema for your system, it will still work perfectly fine. If you're not seeing it in the public schema, you may have another schema before it in your search_path. Run the following to see:

show search_path;

If you want to install it to a specific schema, that schema will have to exist first. If it's already installed and you need to move it to a specific schema, you will have to remove and …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by neetam15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants