RE: [GENERAL] Additional Super User account(s)

From: "K(dot)T(dot)" <kanet(at)calmarconsulting(dot)com>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: RE: [GENERAL] Additional Super User account(s)
Date: 1999-01-13 20:04:14
Message-ID: 002901be3f2f$e9c3f920$48d8a5ce@arcane
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>Modify pg_shadow directly.
>>
>>--
>> Bruce Momjian | http://www.op.net/~candle
>> maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
>> + If your life is a hard drive, | 830 Blythe Avenue
>> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Above was a reply to me from Bruce that lit a light....

If you are using pre 6.3...(not sure of the version) You need to:

Select * from pg_user; (or was it pg_users?)

Post 6.3....

select * from pg_shadow;

There is a field called usesuper for the account in question. Update that
field to 't' or TRUE.
Then user will be able to then run "COPY TO" commands. Problem is tho that
the copy to command is run in the background using UID 26 (psotgres) so UNIX
file acces priviledges are limited to postgres' priviledges. So output to a
tmp directory and move the file back to a secure directroy :)

Browse pgsql-general by date

  From Date Subject
Next Message David D. Custer 1999-01-13 20:17:09 Informix SE vs PostgreSQL?
Previous Message Clark Evans 1999-01-13 19:52:47 Re: [GENERAL] Graphics Supported?