Revision 14662
Added by Aaron Marcuse-Kubitza about 10 years ago
README.TXT | ||
---|---|---|
296 | 296 |
http://bullzip.com/download.php > Access To PostgreSQL > Download |
297 | 297 |
Use Access To PostgreSQL to export the database: |
298 | 298 |
Export just the tables/indexes to inputs/<datasrc>/<file>.schema.sql |
299 |
Export just the data to inputs/<datasrc>/<file>.data.sql |
|
299 |
using the settings in the associated .ini file where available |
|
300 |
Export just the data to inputs/<datasrc>/<file>.data.sql using the |
|
301 |
settings in the associated .ini file where available |
|
300 | 302 |
In <file>.schema.sql, make the following changes: |
301 | 303 |
Replace text "BOOLEAN" with "/*BOOLEAN*/INTEGER" |
302 | 304 |
Replace text "DOUBLE PRECISION NULL" with "DOUBLE PRECISION" |
Also available in: Unified diff
/README.TXT: Datasource setup: For MS Access databases: added that one should use the settings in the associated .ini file where available