mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Typo fix.
This commit is contained in:
parent
44a2bd14d4
commit
1ff204c172
@ -306,7 +306,7 @@ select i.relname,
|
||||
:when (and (string-equal name "client_encoding")
|
||||
(not (member value '("utf-8" "utf8") :test #'string-equal)))
|
||||
:do (log-message :warning
|
||||
"pgloader always talk to PostgreSQL in utf-8, client_encoding has been forced to 'utf8'..")
|
||||
"pgloader always talk to PostgreSQL in utf-8, client_encoding has been forced to 'utf8'.")
|
||||
:else
|
||||
:collect (cons name value))))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user