File tree Expand file tree Collapse file tree 5 files changed +2
-4
lines changed Expand file tree Collapse file tree 5 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1193,6 +1193,7 @@ ____________________________________________________________________________-->
1193
1193
<para>
1194
1194
PL/Python的扩展被称作<literal>jsonb_plpythonu</literal>、<literal>jsonb_plpython2u</literal>和<literal>jsonb_plpython3u</literal>(PL/Python命名习惯请见<xref linkend="plpython-python23"/>)。如果使用它们,<type>jsonb</type>值会视情况被映射为Python的词典、列表和标量。
1195
1195
</para>
1196
+ </sect2>
1196
1197
1197
1198
<sect2 id="datatype-jsonpath">
1198
1199
<!--==========================orignal english content==========================
Original file line number Diff line number Diff line change @@ -4310,7 +4310,7 @@ BEGIN
4310
4310
ORDER BY 1
4311
4311
LOOP
4312
4312
4313
- -- Now "mviews" has one record with information about the materialized view
4313
+ -− Now "mviews" has one record with information about the materialized view
4314
4314
4315
4315
RAISE NOTICE 'Refreshing materialized view %.% (owner: %)...',
4316
4316
quote_ident(mviews.mv_schema),
Original file line number Diff line number Diff line change @@ -1500,7 +1500,6 @@ ____________________________________________________________________________-->
1500
1500
<para>
1501
1501
对fillfactor、toast以及autovacuum存储参数,将会拿取<literal>SHARE UPDATE EXCLUSIVE</literal>锁,就像计划器参数 <varname>parallel_workers</varname>。
1502
1502
</para>
1503
- </note>
1504
1503
</listitem>
1505
1504
</varlistentry>
1506
1505
Original file line number Diff line number Diff line change @@ -598,7 +598,6 @@ ____________________________________________________________________________-->
598
598
</para>
599
599
</listitem>
600
600
</varlistentry>
601
- </variablelist>
602
601
603
602
<varlistentry>
604
603
<!--==========================orignal english content==========================
Original file line number Diff line number Diff line change @@ -744,7 +744,6 @@ ____________________________________________________________________________-->
744
744
</para>
745
745
</listitem>
746
746
</varlistentry>
747
- </variablelist>
748
747
749
748
<varlistentry>
750
749
<!--==========================orignal english content==========================
You can’t perform that action at this time.
0 commit comments