Re: tsvector not giving expected results on one host

2022-12-21 Thread Dan Langille
- Bitmap Heap Scan on apod (actual time=0.107..1.463 rows=493 loops=1) Filter: (websearch_to_tsquery('galaxies'::text) @@ fts) Heap Blocks: exact=276 -> Bitmap Index Scan on gin_apod_fts_idx (actual time=0.059..0.059 rows=493 loops=1) Index Cond: (fts @@ websearch_to_tsquery('galaxies'::text)) Planning Time: 0.125 ms Execution Time: 1.518 ms (7 rows) -- Dan Langille - d...@langille.org https://langille.org/

Re: tsvector not giving expected results on one host

2022-12-17 Thread Dan Langille
On Sat, Dec 17, 2022, at 3:22 PM, Dan Langille wrote: > On Sat, Dec 17, 2022, at 3:14 PM, Dan Langille wrote: >> On Sat, Dec 17, 2022, at 2:55 PM, Tom Lane wrote: >>> "Dan Langille" writes: >>>> pkgmessage_textsearchable2 | tsvector |

Re: tsvector not giving expected results on one host

2022-12-17 Thread Dan Langille
On Sat, Dec 17, 2022, at 3:14 PM, Dan Langille wrote: > On Sat, Dec 17, 2022, at 2:55 PM, Tom Lane wrote: >> "Dan Langille" writes: >>> pkgmessage_textsearchable2 | tsvector | | >>> | generated always as (to_tsvector

Re: tsvector not giving expected results on one host

2022-12-17 Thread Dan Langille
On Sat, Dec 17, 2022, at 2:55 PM, Tom Lane wrote: > "Dan Langille" writes: >> pkgmessage_textsearchable2 | tsvector | | >> | generated always as (to_tsvector('english'::regconfig, >> translate(pkgmessage, '/'

Re: tsvector not giving expected results on one host

2022-12-17 Thread Dan Langille
On Sat, Dec 17, 2022, at 1:53 PM, Dan Langille wrote: > Under PostgreSQL 12, I have a table using tsvector to search the column > pkgmessage. > > It looks like this (not all columns are shown). > > &

tsvector not giving expected results on one host

2022-12-17 Thread Dan Langille
at to search please? Oh, one difference. All the working-as-expected databases are self-hosted on FreeBSD. The problem database is on AWS RDS. -- Dan Langille d...@langille.org

Re: Trigger when user logs in

2019-04-13 Thread Dan Langille
Pushover.net comes to mind. The email sending should not delay login. If you want notifications, look at mqtt. https://dan.langille.org/2018/04/15/using-mtqq-to-create-a-notification-network-mosquitto-mqttwarn-hare-and-hared/ Lightweight, non-pausing solution. HTH -- Dan Langille d