Changes between Version 8 and Version 9 of RNABE download and load


Ignore:
Timestamp:
May 17, 2010 2:57:50 PM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RNABE download and load

    v8 v9  
    2525And save the file as : RWBodyutf8 
    2626 
    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) 
    2829{{{ 
    2930C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -h localhost -U postgres -p 5432 -f RWBodyutf8.sql  
    3031}}} 
     32 
     33    * Create schema RNABE et changement du schéma de la table RWBody (qui est sous public) 
     34{{{ 
     35--- In sql editor  
     36CREATE SCHEMA RNABE; 
     37ALTER TABLE rwbody SET SCHEMA rnabe; 
     38}}}