zero-length delimited identifier in pg_dumpall file
От
Randall Smith
Тема
zero-length delimited identifier in pg_dumpall file
Дата
Msg-id
21M6d.2745$uY3.841@fed1read03
Список
Got this error on a pg_dumpall file dumped from a postgresql-7.4-0.3PGDG database and imported into 7.4.5-3 database. ERROR: zero-length delimited identifier at or near """" at character 37 From looking at the output, I think maybe this is the line that caused the error. CREATE SCHEMA "MSV80" AUTHORIZATION ""; There is another statement a few lines down that looks like this: CREATE SCHEMA msv80 AUTHORIZATION dba; Is this a but in the pg_dumall program? Randall
В списке pgsql-general по дате отправления