Re: Update actions (with user name) inside PostgreSQL DB - any version on postgreSQL

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: David Ondrejik <david(dot)ondrejik(at)noaa(dot)gov>
Cc: Robin Iddon <robin(at)edesix(dot)com>, Khangelani Gama <kgama(at)argility(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Update actions (with user name) inside PostgreSQL DB - any version on postgreSQL
Date: 2012-03-14 15:14:42
Message-ID: 2CA18772-AF64-4147-8825-3E8DB98458AD@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mar 14, 2012, at 9:01 AM, David Ondrejik wrote:

> In Linux you can setup and use the "sudo" option. For those whom you don't wish to have root access, simply make them sudousers, then change the root password. This will force those users to simply type "sudo" (w/o quotes) at the beginning of each command they want to run (i.e. sudo psql db_name "insert into....").

Sure, you mean like this command:

sudo su root

???

--
Scott Ribe
scott_ribe(at)elevated-dev(dot)com
http://www.elevated-dev.com/
(303) 722-0567 voice

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David Ondrejik 2012-03-14 15:28:35 Re: Update actions (with user name) inside PostgreSQL DB - any version on postgreSQL
Previous Message David Ondrejik 2012-03-14 15:01:20 Re: Update actions (with user name) inside PostgreSQL DB - any version on postgreSQL