Spelling correction

This commit is contained in:
Scott Markwell 2021-09-20 17:51:51 -07:00 committed by Christoph Berg
parent a8512e60fa
commit 4bd4c0ef08

View File

@ -568,7 +568,7 @@ AFTER CREATE SCHEMA DO
^^^^^^^^^^^^^^^^^^^^^^
Same format as *BEFORE LOAD DO*, the dollar-quoted queries found in that
section are executed once the schema has been craeted by pgloader, and
section are executed once the schema has been created by pgloader, and
before the data is loaded. It's the right time to ALTER TABLE or do some
custom implementation on-top of what pgloader does, like maybe partitioning.