view database/init/users.sql @ 8:68cc276ac118

SQL material from old tree, split up for accessibility.
author David A. Holland
date Sun, 19 Feb 2012 19:54:48 -0500
parents
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;