manipuliation the pg_shadow table

From: "Bob Powell" <Bob(at)hotchkiss(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Subject: manipuliation the pg_shadow table
Date: 2002-11-13 19:48:45
Message-ID: sdd26681.098@grpwise.hotchkiss.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Wilson 2002-11-13 20:02:12 Re: Invalid Dependancies
Previous Message Nigel J. Andrews 2002-11-13 19:36:51 Re: Planner's choice