40 | | {{{ |
41 | | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 27572 bdmapv2_vf2 stationsp > stationsp.sql |
42 | | }}} |
43 | | * We have to convert it into utf8 (as the database is posgis), in notepad, open the stationsp.sql file and convert it to utf8[[BR]] |
44 | | If you don't have notepad, download it at http://sourceforge.net/projects/notepad-plus/files/notepad%2B%2B%20releases%20binary/ |
45 | | {{{ |
46 | | Encodage>convertir en utf8 |
47 | | }}} |
48 | | And save the file as : stationsputf8 |
49 | | * then we use psql to restore the file while connecting to BDMAP ... change the port if necessary (celine : 5432) |
| 43 | {{{ |
| 44 | C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 27572 bdmapv2_vf2 stationsp > stationsp.sql |
| 45 | }}} |
| 46 | * We have to convert it into utf8 (as the database is posgis), in notepad, open the stationsp.sql file and convert it to utf8[[BR]] |
| 47 | If you don't have notepad, download it at http://sourceforge.net/projects/notepad-plus/files/notepad%2B%2B%20releases%20binary/ |
| 48 | {{{ |
| 49 | Encodage>convertir en utf8 |
| 50 | }}} |
| 51 | And save the file as : stationsputf8 |
| 52 | * then we use psql to restore the file while connecting to BDMAP ... change the port if necessary (celine : 5432) |