On Jul 23, 2012, at 12:55 PM, muhammad razi wrote:

> 
> But, I have some errors. here :
> 
> :~/Desktop/tryton/server/bin$ psql -f /Desktop procedure.sql moduleDB
> psql: FATAL:  Peer authentication failed for user "moduleDB"
> 

Either do it with postgres (or any other database user) as the current user.

If not specify the user using -U

psql -f /Desktop/proecdure.sql -U <DB USER> moduleDB

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