Simple postgreSQL question (or maybe its generic sql idk)
any postgres gigachads in here?
or maybe this is in plain sql too. but what is the different between these two
and
in particular line 4
1 Reply
im assuming it ends up being the same thing but the first one alows for some specificy with the
tsvector
args like
(to_tsvector('english', name) || to_tsvector('simple', force))