Fix whitespace
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 9 Apr 2024 09:32:48 +0000 (11:32 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 9 Apr 2024 09:32:48 +0000 (11:32 +0200)
doc/src/sgml/ddl.sgml
src/test/modules/test_json_parser/t/003_test_semantic.pl

index 8ff9a520ca9f77663df8f523ddebc12eb17a87a1..cd8304ef75289c682f0755cd928f1cbe04930dd6 100644 (file)
@@ -4410,7 +4410,7 @@ ALTER TABLE measurement
      this operation is not supported for hash-partitioned tables and acquires
      an <literal>ACCESS EXCLUSIVE</literal> lock, which could impact high-load
      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>
 ALTER TABLE measurement SPLIT PARTITION measurement_y2006q1 INTO
    (PARTITION measurement_y2006m01 FOR VALUES FROM ('2006-01-01') TO ('2006-02-01'),
index e6eb7c2fcc27b4c653b7bd7217f60944ebc14aea..7b4941b7f9f46ae81c42f57466955976651eaede 100644 (file)
@@ -28,9 +28,3 @@ is($stdout, "", "no output diff");
 is($stderr, "", "no diff error");
 
 done_testing();
-
-
-
-
-
-