Ekaterina Sokolova
Ekaterina Sokolova
Please, check your environment variables, especially the PATH (most likely you need to run: 'export PATH=/usr/local/pgsql/bin:$PATH'). Also check the location of the installed module (contrib/jsquery). You may need 'make clean'...
1) I have doubts about your pseudocode example. The @@ operator returns true/false, so it's not clear to me what and how you want to achieve. 2) Yes, the jsquery...
I'm closing the issue due to lack of details. Please open a new one if necessary.
Close issue due to [release](https://github.com/postgrespro/jsquery/releases/tag/ver_1.2) (with the necessary commit) Sorry for the wait for the release. We welcome your further interest and feedback.
Hi! Thank you for reporting the vacuum issue. Regarding the ERROR: operator is not unique (not in plpgsql): Please note that the jsquery module creates its own version of the...
Please check compliance with the requirements specified in README.md. I'm closing the issue because PostgreSQL 9.6 is no longer supported. Please do not hesitate to create a new issue if...
Thanks for your feedback. Here is the new [release](https://github.com/postgrespro/jsquery/releases/tag/ver_1.2) with all the necessary changes.
Hi! It looks like incorrect (or unidentified) environment variables. If you want to place jsquery (or other module) outside the contrib folder and use USE _PGXS=1, you need the path...
That's right, thanks for the report. The error appears precisely in the combination of the specified operations, for example `'cat & !(rat & fat)'` or by changing the order of...
This error occurs, because we must never put a toast pointer inside a range object. Caller should have detoasted it. The dependence on the number of rows may be due...