Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite062328

Browse files
committed
doc: Fix two queries related to jsonb functions
These have been updated by the revert done in2f2b18b, but thepre-revert state was correct. Note that the result was incorrectlyformatted in the first case.Author: Erik RijkersDiscussion:https://postgr.es/m/13777e96-24b6-396b-cb16-8ad01b6ac130@xs4all.nlBackpatch-through: 13
1 parent75d5712 commite062328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16294,7 +16294,7 @@ table2-mapping
1629416294
</para>
1629516295
<para>
1629616296
<literal>jsonb_set_lax('[{"f1":1,"f2":null},2,null,3]', '{0,f1}', null)</literal>
16297-
<returnvalue>[{"f1":null,"f2":null},2,null,3]</returnvalue>
16297+
<returnvalue>[{"f1":null,"f2":null}, 2,null,3]</returnvalue>
1629816298
</para>
1629916299
<para>
1630016300
<literal>jsonb_set_lax('[{"f1":99,"f2":null},2]', '{0,f3}', null, true, 'return_target')</literal>
@@ -16533,7 +16533,7 @@ table2-mapping
1653316533
comparisons.
1653416534
</para>
1653516535
<para>
16536-
<literal>jsonb_path_exists_tz('["2015-08-01 12:00:00-05"]', '$[*] ? (@.datetime() &lt; "2015-08-02".datetime())')</literal>
16536+
<literal>jsonb_path_exists_tz('["2015-08-01 12:00:00-05"]', '$[*] ? (@.datetime() &lt; "2015-08-02".datetime())')</literal>
1653716537
<returnvalue>t</returnvalue>
1653816538
</para></entry>
1653916539
</row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp