mirror of https://github.com/postgres/postgres
Fix whitespace
This commit is contained in:
parent
bf183f168c
commit
43a9cab484
|
@ -4410,7 +4410,7 @@ ALTER TABLE measurement
|
||||||
this operation is not supported for hash-partitioned tables and acquires
|
this operation is not supported for hash-partitioned tables and acquires
|
||||||
an <literal>ACCESS EXCLUSIVE</literal> lock, which could impact high-load
|
an <literal>ACCESS EXCLUSIVE</literal> lock, which could impact high-load
|
||||||
systems due to the lock's restrictive nature. For example, we can split
|
systems due to the lock's restrictive nature. For example, we can split
|
||||||
the quarter partition back to monthly partitions:
|
the quarter partition back to monthly partitions:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
ALTER TABLE measurement SPLIT PARTITION measurement_y2006q1 INTO
|
ALTER TABLE measurement SPLIT PARTITION measurement_y2006q1 INTO
|
||||||
(PARTITION measurement_y2006m01 FOR VALUES FROM ('2006-01-01') TO ('2006-02-01'),
|
(PARTITION measurement_y2006m01 FOR VALUES FROM ('2006-01-01') TO ('2006-02-01'),
|
||||||
|
|
|
@ -28,9 +28,3 @@ is($stdout, "", "no output diff");
|
||||||
is($stderr, "", "no diff error");
|
is($stderr, "", "no diff error");
|
||||||
|
|
||||||
done_testing();
|
done_testing();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue