diff options
author | Fujii Masao <fujii@postgresql.org> | 2015-06-24 22:30:19 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2015-06-24 22:30:19 +0900 |
commit | 0b157a0dad4f88f6f4420faa4cddab1e5112988f (patch) | |
tree | 6dbcf3fed78775372d22154cb337230a1ad746e4 | |
parent | 51d0fe5d5682a65e3bce7aa62d8666509fd08aa2 (diff) | |
download | postgresql-0b157a0dad4f88f6f4420faa4cddab1e5112988f.tar.gz postgresql-0b157a0dad4f88f6f4420faa4cddab1e5112988f.zip |
Add index terms for functions jsonb_set and jsonb_pretty.
-rw-r--r-- | doc/src/sgml/func.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 650051b044f..ae9dba2446b 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10585,6 +10585,12 @@ table2-mapping <indexterm> <primary>jsonb_strip_nulls</primary> </indexterm> + <indexterm> + <primary>jsonb_set</primary> + </indexterm> + <indexterm> + <primary>jsonb_pretty</primary> + </indexterm> <table id="functions-json-processing-table"> <title>JSON Processing Functions</title> |