We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf183f1 commit 43a9cabCopy full SHA for 43a9cab
doc/src/sgml/ddl.sgml
@@ -4410,7 +4410,7 @@ ALTER TABLE measurement
4410
this operation is not supported for hash-partitioned tables and acquires
4411
an <literal>ACCESS EXCLUSIVE</literal> lock, which could impact high-load
4412
systems due to the lock's restrictive nature. For example, we can split
4413
- the quarter partition back to monthly partitions:
+ the quarter partition back to monthly partitions:
4414
<programlisting>
4415
ALTER TABLE measurement SPLIT PARTITION measurement_y2006q1 INTO
4416
(PARTITION measurement_y2006m01 FOR VALUES FROM ('2006-01-01') TO ('2006-02-01'),
src/test/modules/test_json_parser/t/003_test_semantic.pl
@@ -28,9 +28,3 @@
28
is($stderr, "", "no diff error");
29
30
done_testing();
31
-
32
33
34
35
36
0 commit comments