File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17712,9 +17712,9 @@ INSERT INTO my_films VALUES (
17712
17712
<refsynopsisdiv>
17713
17713
<synopsis>
17714
17714
<replaceable class="parameter">expression</replaceable>
17715
- IS [ NOT ] JSON
17716
- [ { VALUE | SCALAR | ARRAY | OBJECT } ]
17717
- [ { WITH | WITHOUT } UNIQUE [ KEYS ] ]
17715
+ IS <optional> NOT </optional> JSON
17716
+ <optional> { VALUE | SCALAR | ARRAY | OBJECT } </optional>
17717
+ <optional> { WITH | WITHOUT } UNIQUE <optional> KEYS </optional> </optional>
17718
17718
</synopsis>
17719
17719
</refsynopsisdiv>
17720
17720
@@ -17797,7 +17797,7 @@ INSERT INTO my_films VALUES (
17797
17797
17798
17798
<varlistentry>
17799
17799
<term>
17800
- <literal>{ WITH | WITHOUT } UNIQUE [ KEYS ] </literal>
17800
+ <literal>{ WITH | WITHOUT } UNIQUE <optional> KEYS </optional> </literal>
17801
17801
</term>
17802
17802
<listitem>
17803
17803
<para>Defines whether duplicate keys are allowed:
You can’t perform that action at this time.
0 commit comments