forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c1791e
committed
Add json(b)_to_tsvector function
Jsonb has a complex nature so there isn't best-for-everything way to convert itto tsvector for full text search. Current to_tsvector(json(b)) suggests toconvert only string values, but it's possible to index keys, numerics and evenbooleans value. To solve that json(b)_to_tsvector has a second requiredargument contained a list of desired types of json fields. Second argument isa jsonb scalar or array right now with possibility to add new options in afuture.Bump catalog versionAuthor: Dmitry Dolgov with some editorization by meReviewed by: Teodor SigaevDiscussion:https://www.postgresql.org/message-id/CA+q6zcXJQbS1b4kJ_HeAOoOc=unfnOrUEL=KGgE32QKDww7d8g@mail.gmail.com1 parent529ab7b commit1c1791e
File tree
10 files changed
+629
-49
lines changed- doc/src/sgml
- src
- backend
- tsearch
- utils/adt
- include
- catalog
- utils
- test/regress
- expected
- sql
10 files changed
+629
-49
lines changedLines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9727 | 9727 |
| |
9728 | 9728 |
| |
9729 | 9729 |
| |
| 9730 | + | |
| 9731 | + | |
| 9732 | + | |
| 9733 | + | |
| 9734 | + | |
| 9735 | + | |
| 9736 | + | |
| 9737 | + | |
| 9738 | + | |
| 9739 | + | |
| 9740 | + | |
| 9741 | + | |
| 9742 | + | |
| 9743 | + | |
| 9744 | + | |
| 9745 | + | |
| 9746 | + | |
| 9747 | + | |
| 9748 | + | |
| 9749 | + | |
9730 | 9750 |
| |
9731 | 9751 |
| |
9732 | 9752 |
| |
|
Lines changed: 108 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
270 |
| - | |
271 |
| - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
272 | 275 |
| |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
284 |
| - | |
| 284 | + | |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
287 | 295 |
| |
288 |
| - | |
| 296 | + | |
| 297 | + | |
289 | 298 |
| |
290 | 299 |
| |
291 | 300 |
| |
292 | 301 |
| |
293 | 302 |
| |
294 |
| - | |
| 303 | + | |
295 | 304 |
| |
296 | 305 |
| |
297 | 306 |
| |
| 307 | + | |
298 | 308 |
| |
299 | 309 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
303 | 314 |
| |
304 | 315 |
| |
305 | 316 |
| |
306 |
| - | |
| 317 | + | |
307 | 318 |
| |
308 | 319 |
| |
309 |
| - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
310 | 338 |
| |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
311 | 355 |
| |
312 | 356 |
| |
313 | 357 |
| |
| |||
316 | 360 |
| |
317 | 361 |
| |
318 | 362 |
| |
319 |
| - | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
320 | 374 |
| |
| 375 | + | |
321 | 376 |
| |
322 | 377 |
| |
323 |
| - | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
324 | 407 |
| |
325 | 408 |
| |
326 | 409 |
| |
| |||
329 | 412 |
| |
330 | 413 |
| |
331 | 414 |
| |
| 415 | + | |
332 | 416 |
| |
| 417 | + | |
| 418 | + | |
333 | 419 |
| |
334 | 420 |
| |
335 |
| - | |
336 |
| - | |
337 |
| - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
338 | 426 |
| |
339 | 427 |
| |
340 | 428 |
| |
| |||
353 | 441 |
| |
354 | 442 |
| |
355 | 443 |
| |
356 |
| - | |
| 444 | + | |
357 | 445 |
| |
358 | 446 |
| |
359 | 447 |
| |
|
0 commit comments
Comments
(0)