wiki:dbeel

Version 13 (modified by cedric, 14 years ago) (diff)

--

back to first page ..

Scripts de creation ONEMA

inserting BDMAP

I already have a dump of the BDMAP somewhere so I'm just saving it and will use it to insert data into the debile.

sauvegarde
cd C:\eda\backup
C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5433 --schema=bdmap BDMAP> bdmap.bdmap.sql
restauration
C:\"Program Files"\PostgreSQL\8.4\bin\psql -U postgres -d dbeel -p 5433 -f bdmap.bdmap.sql

changes by cedric

changeset:2488