view database/init/users.sql @ 16:824c60f0d7b2

hgignore for the docs
author David A. Holland
date Mon, 03 Sep 2012 13:56:54 -0400
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;