NAME
user-setup-postgres - set up a Postgres storage backend for CGI::Wiki
SYNOPSIS
user-setup-postgres --name mywiki \
--user wiki \
--pass wiki \
DESCRIPTION
Takes three arguments:
- name
-
The database name.
- user
-
The user that connects to the database. It must have permission to create and drop tables in the database.
- pass
-
The user's database password.
AUTHOR
Kake Pugh (kake@earth.li).
COPYRIGHT
Copyright (C) 2002 Kake Pugh. All Rights Reserved.
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
CGI::Wiki, CGI::Wiki::Setup::Pg
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 55:
You forgot a '=back' before '=head1'