greno wrote:
> No.  The user 'openerp' was created just for openerp.  Of course there is 
> always the 'openerp' default user database that is created for every 
> postgresql user which is exactly the same as when we had 'terp' user and 
> database under v4.  OpenERP should test any database it is using to be sure 
> it is an OpenERP database and not just blindly assume any database of that 
> postgresql user is an OpenERP database.  Just check for a couple tables 
> existing like 'ir_cron', etc.
> 
> => \l
>  postgres       | postgres | UTF8
>  template0      | postgres | UTF8
>  template1      | postgres | UTF8
>  openerp        | openerp  | UTF8
>  test0          | openerp  | UTF8
>  test1          | openerp  | UTF8
>  test2          | openerp  | UTF8
>  test3          | openerp  | UTF8
>  test4          | openerp  | UTF8
> 
> Regards,
> Gerry
> 
> UPDATE: I went and changed the owner on the 'openerp' default user database 
> to 'postgres', restarted server and client, and the problem is still there.
> 
> BTW, this is using Python 2.5.2 and Postgresql 8.3.7 if that matters.


Just reposting so mailing list will see updates to this last post.

Regards,
Gerry




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=37461#37461

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to