We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;''
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I assumeed this is used like this
But I'm getting
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.
The text was updated successfully, but these errors were encountered: