I'm in the process of converting a database from MS to Postgres. In the database there is a table that as fieldnames that are longer that 32 characters. I can't change the client software.
The problem is that Postgres does't support fieldnames that are long, is it possible to compile Postgres with fieldnames that can be 64 characters ??
Jurgen