Skip to content

Commit

Permalink
Fix typos (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru authored May 24, 2021
1 parent 0b6565a commit 7bd098c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/pg_partman_howto_native.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/test_procedure/test-time-procedure-daily-part1.sql
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7bd098c

Please sign in to comment.