diff --git a/doc/pg_partman_howto_native.md b/doc/pg_partman_howto_native.md index 616b3bdd27f0..aed8aeaec440 100644 --- a/doc/pg_partman_howto_native.md +++ b/doc/pg_partman_howto_native.md @@ -248,7 +248,7 @@ ALTER TABLE partman_test.id_taptest_table_p40 ADD PRIMARY KEY (col2); ### Partitioning an Existing Table -Partitioning an existing table with native partitioning is not as straight forward as methods that could be employed with the old tigger-based methods. As stated above, you cannot turn an already existing table into the parent table of a native partition set. The parent of a native partitioned table must be declared partitioned at the time of its creation. However, there are still methods to take an existing table and partition it natively. Two of those are presented below. +Partitioning an existing table with native partitioning is not as straight forward as methods that could be employed with the old trigger-based methods. As stated above, you cannot turn an already existing table into the parent table of a native partition set. The parent of a native partitioned table must be declared partitioned at the time of its creation. However, there are still methods to take an existing table and partition it natively. Two of those are presented below. #### Offline Partitioning diff --git a/test/test_procedure/test-time-procedure-daily-part1.sql b/test/test_procedure/test-time-procedure-daily-part1.sql index 5e0cd281ecfd..c167c13ef2e9 100644 --- a/test/test_procedure/test-time-procedure-daily-part1.sql +++ b/test/test_procedure/test-time-procedure-daily-part1.sql @@ -1,5 +1,5 @@ -- ########## TIME DAILY TESTS PROCEDURE ########## --- Other tests: tests old tigger method, partition and undo with procedures instead of functions +-- Other tests: tests old trigger method, partition and undo with procedures instead of functions \set ON_ERROR_STOP true