Re: Example not producing shown output

2019-11-26 Thread Alvaro Herrera
On 2019-Nov-25, Daniel Gustafsson wrote: > > On 25 Nov 2019, at 13:05, PG Doc comments form > > wrote: > > Examples should have specified 'english'. > > > > Instead: > > to_tsvector('fat cats ate rats') @@ to_tsquery('cat & rat') > > > > which returns fale on my own blank installation of Po

Re: legacy assumptions

2019-11-26 Thread Jonathan Buhacoff
Thank you for sharing that alternative approach. "In general, most applications should prefer to store JSON data as jsonb, unless there are quite specialized needs, such as assumptions about ordering of object keys or the need to retrieve the data exactly as it was stored." I don't know how to di