8000
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
$ pgxn load --port 54313 italian_fts --verbose [...] DEBUG: running command: ['/usr/lib/postgresql/13/bin/psql', '--port', '54313', '-tAX', '-c', 'SHOW server_version_num'] [...] DEBUG: running sql command: "CREATE EXTENSION italian_fts;" DEBUG: running command: ['/usr/lib/postgresql/13/bin/psql', '--port', '54313'] ERROR: extension "italian_fts" already exists Time: 0.270 ms
the last Time output comes from my ~/.psqlrc. It looks like some comands use -X to exclude it, some don't.
Time
~/.psqlrc
-X
The text was updated successfully, but these errors were encountered:
45c47f4
Include the -X option in all psql commands
be57b97
Fix #39
No branches or pull requests
the last
Time
output comes from my~/.psqlrc
. It looks like some comands use-X
to exclude it, some don't.The text was updated successfully, but these errors were encountered: