annotate database/init/users.sql @ 28:000519947282

swallowtail_admin, not swallowtail-admin.
author David A. Holland
date Sun, 26 May 2013 22:13:33 -0400
parents 68cc276ac118
children 90ec9e3b0a6f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
68cc276ac118 SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff changeset
1 -- Database user initialization.
68cc276ac118 SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff changeset
2 -- Needs to be done as database superuser.
68cc276ac118 SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff changeset
3 --
68cc276ac118 SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff changeset
4 -- The 'swallowtail' user will have ordinary access to the database;
68cc276ac118 SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff changeset
5 -- the 'swallowtail-admin' user will have full access to the database.
68cc276ac118 SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff changeset
6
68cc276ac118 SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff changeset
7 create user swallowtail;
28
000519947282 swallowtail_admin, not swallowtail-admin.
David A. Holland
parents: 8
diff changeset
8 create user swallowtail_admin;