Y
Hacker News
new
|
ask
|
show
|
jobs
by
grzm
3031 days ago
Small nit: psql is the command line client bundled with Postgres (PostgreSQL). And yeah, the JSON/JSONB support in Postgres is pretty nifty. Postgres 10 added full text search for JSON/JSONB columns.
1 comments
steve_adams_86
3031 days ago
Oh geez, you're right. It's really the only way I use postgres so I kind of equated the names, but yeah, different tools.
link