view database/init/users.sql @ 10:1720f45dd495

Replace insane handling of states with something more likely workable.
author David A. Holland
date Sun, 19 Feb 2012 20:21:51 -0500
parents 68cc276ac118
children 000519947282
line wrap: on
line source

-- Database user initialization.
-- Needs to be done as database superuser.
--
-- The 'swallowtail' user will have ordinary access to the database;
-- the 'swallowtail-admin' user will have full access to the database.

create user swallowtail;
create user swallowtail-admin;