From 4bd4c0ef08d8ab7bcccee13ac06f8691bf4d1a8c Mon Sep 17 00:00:00 2001 From: Scott Markwell Date: Mon, 20 Sep 2021 17:51:51 -0700 Subject: [PATCH] Spelling correction --- docs/pgloader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pgloader.rst b/docs/pgloader.rst index 00fa186..8affe9d 100644 --- a/docs/pgloader.rst +++ b/docs/pgloader.rst @@ -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.