Hi everyone,
Can anyone tell me if it is a problem to use the update command to change colunm values in the pg_shadow table?
UPDATE pg_shadow SET usesuper = 't' where usename = 'bob'
makes bob a superuser. Is this kind of thing OK? Thanks.
Bob Powell