TrackBack | |
|---|---|
» MySQL migration to PostgreSQL (manual trackback) Well, it’s not an easy task, you know, to migrate a MySQL database to PostgreSQL. Especially when you have to deal with a good few gigs of data. Two are the obstacles: * the data types between the two RDBMs do not match; so they have to be conv... |
|
TrackBack URL for this entry: | |
Comments (2) | |
Once you get the database schema. You might want to exclude complete-inserts=TRUE because if you it could give table param names with mixed cases. In some version PostgreSQL it converts mixed case params schema to lowercase. Which could cause and error with importing. thanks.... |
|
Navigation | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| « | (older) | (newer) | » | |||||||
| « | Irssi: Interactively read user input from scripts | ‹ | Main | › | Shell.FM: A textmode last.fm-player | » | ||||
| « | (monthly archive) | (category archive) | » | |||||||
| « | View entire February 2007 Archives | ‹ | All articles list (Archives) | › | Search | » | Netzwelt | » | ||
Thanks, was really usefull :-)