On Jul 23, 2012, at 11:43 AM, muhammad razi wrote:

> hello everybody.
> I need your help.
> 
> How to import .sql file into postgresql in tryton?
> 
> thanks
> 
> -- 
> -- 
> [email protected] mailing list
>  
>  
>  

Importing SQL is not done at tryton layer, but at the DB level.

Make sure the database is created to which you want to load the sql.

Then you can use psql

psql -f </path/to/your/.sql/file> <DBNAME>


PS: Please use tryton-dev group in future for development/technical questions

Thanks

Sharoon Thomas
Openlabs Technologies & Consulting (P) Limited

w: http://www.openlabs.co.in
m: +1 813.793.6736 (OPEN) Extn. 200
t: @sharoonthomas 

- We CARE for our customers

-- 
-- 
[email protected] mailing list



Reply via email to