|
From: Nirgal <con...@ni...> - 2012-10-30 12:20:09
|
On Monday 29 October 2012 08:56:45 Alfonso Muñoz-Pomer Fuentes wrote: > (...) > I wanted to know what are the best way to post, suggestions and possible > patches. Should I use the SF mailing list, GitHub issues, SF forum or SF > bug tracker? SF forum & bugtracker are dead, as far as I know. This mailing list and github are active. Patches are always welcome, either on the list, or in a github. My personnal preference would be github. I did some automatic mdb -> postgres migration in the past. I would recommand exportting the schema without the foreign keys Then use psql COPY to get the csv file Then add the foreign keys. Attached is a an exemple script. "Works for me"© ;) Cheers |