[rt-users] Adding new actions to RT database directly

Tim Wilson tim_wilson at hopkins.k12.mn.us
Mon Jan 12 14:46:38 EST 2004


On 1/12/04 1:00 PM, "AJ" <rt at musefoundry.com> wrote:

> mysql -p
> (enter password)
> use rt3;
> insert into ScripActions set Name = 'Notify Ccs', Description = 'Send mail
> only to the Ccs', ExecModule = 'Notify', Argument = 'Cc', Creator = 1,
> Created = now(), LastUpdatedBy = 1, LastUpdated = now();

Is there an equivalent to "use rt3;" in the PostgreSQL world? I'm trying to
translate this for use with my Postgres-backed RT instance.

-Tim

-- 
Timothy Wilson
Technology Integration Specialist
Hopkins ISD #270, Hopkins, MN, USA
ph: 952.988.4103  fax: 952.988.4311  AIM: tis270




More information about the rt-users mailing list