File: samizdat-create-database.1

package info (click to toggle)
samizdat 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,576 kB
  • sloc: ruby: 7,776; xml: 899; sql: 897; sh: 67; makefile: 11
file content (24 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.TH "SAMIZDAT-CREATE-DATABASE" "1" 
.SH "NAME" 
samizdat-create-database - Samizdat database generation script
.SH "SYNOPSIS" 
.PP 
\fBsamizdat-create-database\fP \fB<site>\fP [\fB<driver>\fP] 
.SH "DESCRIPTION" 
.PP 
\fBsamizdat-create-database\fP 
Generates a database for a Samizdat site with empty tables and triggers,
creates a user with the same name, and grants that user all necessary
access rights.
.SH "OPTIONS" 
.IP "\fB<site>\fP         " 10 
name of database and database user, should be the same as site name in
most cases
.IP "\fB<driver>\fP " 10
database driver, one of \fBpgsql\fP (default), \fBsqlite3\fP

.SH "AUTHOR" 
.PP 
This manual page was written by Dmitry Borodaenko <angdraug@debian.org>.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU GPL version 3 or later.