-
https://pgroonga.github.io/ja/reference/
こちらのページの
「これはPGroonga 2.X用のドキュメントです。古いPGroongaを使っているならPGroonga 1.xのドキュメントを見てください。」
のリンクをクリックすると、404エラーとなってしまいます。
-
## Problem
https://pgroonga.github.io/reference/operators/query-v2.html に記載されている &@~ がいつから使えるかのバージョンが誤っている。
## Expected
正しくはSince 1.2.2.
根拠: https://pgroonga.github.io/ja/news/ の1.2.2のエントリ。
…
-
pgroonga で wiki を全文検索の対象にしたときにスコアがゼロになる。
たぶん pgroonga の制限。orをandに変えるとスコアはゼロにならない。
:thought_balloon: 何回も同じこと調べてる気がする
```sql
select
pgroonga.score(c)
from
wiki_pages as p
join
wiki…
okkez updated
7 years ago
-
Seems pgroonga became broken (for reasons I can't fantom) and I can't uninstall it leading to serious problem with my database.
## setup info
```
> brew info pgroonga
pgroonga: stable 1.1.9 (b…
-
The pgroonga index was created by including the table primary key. If we query rows where id= any(array) and the array is empty, it will return all rows instead of 0 row.
There are two problems wit…
-
I'm having issue with installing package influxdb:
`$. brew install influxdb`
> Warning: You are using OS X 10.12.
> We do not provide support for this pre-release version.
> You may encounter build…
-
Is it possible to use pgroonga.score by using an alternate key instead of primary key?
My table uses a composite primary key so I added a unique alternate key for pgroonga. But the pgroonga.score is …
-
このプラグインのスコープかどうかから検討する必要があると思いますが、今見ているissueと類似のissueを検索できる(issue表示画面に勝手に類似issueが表示される方がよさそう)と「この問題はどこかで見た気がするな。。。どのissueだろう。。。」というときにすぐに見つけられてうれしいです。
技術的には、Mroongaの場合は、1つテーブルを用意して、1issue(+全コメント)につ…
-
Using
Postgresql 9.6.3 and pgroonga-1.2.3-postgresql-9.6.3-2-x64.zip on Windows
If the index is created using the primary key column (for pgroonga.score) and the PK column is not the first colum…
-
According to the [postgres wiki](https://wiki.postgresql.org/wiki/ExtensionPackaging#installing_and_removing_an_extension),
> authors are not supposed to explicitly create a schema where to live in,…