Forum OpenACS Development: Response to problem with updating acs-kernel

Collapse
Posted by David Walker on
Well I felt the call of the hack and came up with

update pg_shadow set usecreatedb='t' where usename='testuser';

Not as elegant as the alter user statement but it does work on my Postgres
7.1 box.