I am trying to port my data from Ingres to
Postgres( that has come with Linux distribution)
I found that Ingres prepends all the strings from
database with the no. of characters while unloading.
So if a varchar-filed in Ingres has "Syscon"
as the value it would have "6Syscon" when unloaded.
I am trying to port my data from Ingres to
Postgres( that has come with Linux distribution)
I found that Ingres prepends all the strings from
database with the no. of characters while unloading.
So if a varchar-filed in Ingres has "Syscon"
as the value it would have "6Syscon" when unloaded.