NAME

CGI::Wiki::Setup::Pg - set up tables for CGI::Wiki in a Postgres database.

SYNOPSIS

use CGI::Wiki::Setup::Pg;
CGI::Wiki::Setup::Pg::setup($dbname, $dbuser, $dbpass);

DESCRIPTION

Set up a Postgres database for use with CGI::Wiki. Has only one function, setup, which takes as arguments the database name, the username and the password. The username must be able to create and drop tables in the database.

AUTHOR

Kake Pugh (kake@earth.li).

COPYRIGHT

Copyright (C) 2002 Kake Pugh.  All Rights Reserved.

This module 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::MySQL