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

Add CREATE EXTENSION entries from comments to blog. #1

Open
EvanCarroll opened this issue Oct 27, 2021 · 0 comments
Open

Add CREATE EXTENSION entries from comments to blog. #1

EvanCarroll opened this issue Oct 27, 2021 · 0 comments

Comments

@EvanCarroll
Copy link

I assumeed this is used like this

make;
psql -f *.sql

But I'm getting

ERROR:  could not access file "MODULE_PATHNAME": No such file or directory

Reading the posts in the comments on the blog I can see it's used like this,

I think you are right about _PG_fini, but it is still there in the code. But _PG_init called in case of CREATE EXTENSION too.

sudo make install;
psql -c'create extension log;''
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