Groshev Andrey wrote: > >>>>> Mismatch of relation names: database "database", old rel > >>>>> public.lob.ВерсияВнешнегоДокумента$Документ_pkey, new rel > >>>>> public.plob.ВерсияВнешнегоДокумента$Документ
There is a limit on identifiers of 63 *bytes* (not characters) after which the name is truncated. In UTF8 encoding, the underscore would be in the 64th position. -Kevin -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
