-
-
Notifications
You must be signed in to change notification settings - Fork 585
Description
Receiving below error :-
postgres@zammadpostgres:$ pgloader zammad.loaddevel"
2025-07-15T13:43:01.014000Z LOG pgloader version "3.6.10
KABOOM!
ESRAP-PARSE-ERROR: At
LOAD SQL FILE
^ (Line 1, Column 0, Position 0)
In context COMMAND:
While parsing COMMAND. Expected:
the character Tab
or the character Newline
or the character Return
or the character Space
or the string "--"
or the string "/*"
or the string "archive"
or the string "copy"
or the string "csv"
or the string "database"
or the string "dbf"
or the string "fixed"
or the string "ixf"
An unhandled error condition has been signalled: At
LOAD SQL FILE
^ (Line 1, Column 0, Position 0)
In context COMMAND:
While parsing COMMAND. Expected:
the character Tab
or the character Newline
or the character Return
or the character Space
or the string "--"
or the string "/*"
or the string "archive"
or the string "copy"
or the string "csv"
or the string "database"
or the string "dbf"
or the string "fixed"
or the string "ixf"
What I am doing here?
At
LOAD SQL FILE
^ (Line 1, Column 0, Position 0)
In context COMMAND:
While parsing COMMAND. Expected:
the character Tab
or the character Newline
or the character Return
or the character Space
or the string "--"
or the string "/*"
or the string "archive"
or the string "copy"
or the string "csv"
or the string "database"
or the string "dbf"
or the string "fixed"
or the string "ixf
Inspite i tried to use docker for higher version of pgloader but still getting same error