[ic] Interchange problem

Christopher Wenham cwenham at synesmedia.com
Fri Apr 23 14:55:18 EDT 2004


On Friday 23 April 2004 14:18, Ashwinikumar Nayak wrote:
> While trying to  make a catalog , I get the following error:
>
> run "createdb foundation"? y
> psql: FATAL:  user "xyz" does not exist ( 'xyz' in the account name
> that controls the catalog with default admin password 'pass')
> createdb: database creation failed
>
> Any pointers !!

 PostgreSQL doesn't recognize the user xyz. 

 You need to create a new account in Postgres with:

 createuser xyz

 Run the above command as the "pgsql" user. 

Regards,
-- 
Chris Wenham - Synesmedia, Inc.
http://www.synesmedia.com
516-620-4110 / 1-888-255-7573



More information about the interchange-users mailing list