Skip to content

Commit 7bd098c

Browse files
authored
Fix typos (#362)
1 parent 0b6565a commit 7bd098c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/pg_partman_howto_native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ ALTER TABLE partman_test.id_taptest_table_p40 ADD PRIMARY KEY (col2);
248248

249249
### Partitioning an Existing Table
250250

251-
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.
251+
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.
252252

253253
#### Offline Partitioning
254254

test/test_procedure/test-time-procedure-daily-part1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- ########## TIME DAILY TESTS PROCEDURE ##########
2-
-- Other tests: tests old tigger method, partition and undo with procedures instead of functions
2+
-- Other tests: tests old trigger method, partition and undo with procedures instead of functions
33

44
\set ON_ERROR_STOP true
55

0 commit comments

Comments
 (0)