Hacker News new | ask | show | jobs
by dragon_king 3556 days ago
What does 'doing that with POSIX' mean? I have read this many times but I do not have a clear understanding.
2 comments

I meant using something like t.long_text_field ~~ '\mexact phrase\M' in actual sql statement - https://www.postgresql.org/docs/9.5/static/functions-matchin...
I think what he means is "doing it using Unix command line utilities", like grep.