From 8f673b1c9d753d4c0ff4400293045d096c609a65 Mon Sep 17 00:00:00 2001 From: Andrius Merkys Date: Tue, 7 Jan 2020 17:50:26 +0200 Subject: [PATCH] Fixing a typo: 'Qjuote' -> 'Quote'. --- script/sqlt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/sqlt b/script/sqlt index 833f11d43..2bfccbefc 100755 --- a/script/sqlt +++ b/script/sqlt @@ -87,7 +87,7 @@ To translate a schema: --add-drop-table Add 'DROP TABLE' statements before creates --quote-table-names Quote all table names in statements - --quote-field-names Qjuote all field names in statements + --quote-field-names Quote all field names in statements --no-comments Don't include comments in SQL output PostgreSQL Producer Options: