Re: bug?
От | Dave Page |
---|---|
Тема | Re: bug? |
Дата | |
Msg-id | 03AF4E498C591348A42FC93DEA9661B87203E1@mail.vale-housing.co.uk обсуждение исходный текст |
Ответ на | bug? (gary <gary@virtrail.com>) |
Список | pgadmin-support |
Hi Gary, > -----Original Message----- > From: gary [mailto:gary@virtrail.com] > Sent: 10 January 2004 05:05 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] bug? > > hi, > i have succesfully migrated the MSSQL database to > postgresql using the database migration wizard of pgadmin. is > there a way to disable the naming modification during the > migration process. > .for example, all the foreign key is append with the string > '_fk' . No, I'm afraid this is not possible unless you can modify the code yourself. > And one thing i notice is that if my MSSQL index name > contain the string 'name' eg IX_UC_Community_name, migration > will rename it to IX_UC_Community_-0 The algorithm actually creates the name as: <tablename>_<indexname>_idx-<num> However the <tablename>_<indexname> section is truncated to a maximum of 26 characters. There are various historical reasons for this - mainly it is to ensure that the name is both unique across the database, not too long (for older versions of PostgreSQL), and vaguely useful. Again though, you cannot modify this behaviour without changing the code. > great software though! Thanks! Regards, Dave.
В списке pgadmin-support по дате отправления: