comparison 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
comparison
equal deleted inserted replaced
7:c013fb703183 8:68cc276ac118
1 -- Database user initialization.
2 -- Needs to be done as database superuser.
3 --
4 -- The 'swallowtail' user will have ordinary access to the database;
5 -- the 'swallowtail-admin' user will have full access to the database.
6
7 create user swallowtail;
8 create user swallowtail-admin;