Changes between Version 8 and Version 9 of RNABE download and load
- Timestamp:
- May 17, 2010 2:57:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RNABE download and load
v8 v9 25 25 And save the file as : RWBodyutf8 26 26 27 * Use psql to restore the file while connecting to RNABE ... change the port if necessary (cedric : 5433) 27 28 * Use psql to restore the file while connecting to eda2.0 ... change the port if necessary (cedric : 5433) 28 29 {{{ 29 30 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f RWBodyutf8.sql 30 31 }}} 32 33 * Create schema RNABE et changement du schéma de la table RWBody (qui est sous public) 34 {{{ 35 --- In sql editor 36 CREATE SCHEMA RNABE; 37 ALTER TABLE rwbody SET SCHEMA rnabe; 38 }}}