
31 Jul
2009
31 Jul
'09
7:25 p.m.
Hi Alan, On Jul 31, 2009, at 21:06 , Alan McKay wrote:
OK, I just went into
psql otrs
And did "\d" to show all tables.
They were all still owned by user postgres, so I did this to change them all to owner otrs
first I just did [...] psql otrs -c "ALTER TABLE $table OWNER TO otrs;" done
And it worked!
Fine! :) Also all the other stuff like dashboard? -Martin