Query: dbix::datasource::pg
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DataSource::Pg(3) User Contributed Perl Documentation DataSource::Pg(3)NAMEDBIx::DataSource::Pg - PostgreSQL driver for DBIx::DataSourceSYNOPSISuse DBIx::DataSource; use DBIx::DataSource qw( create_database drop_database ); create_database( "dbi:Pg:dbname=$dbname", $username, $password ) or warn $DBIx::DataSource::errstr; create_database( "dbi:Pg:dbname=$dbname;host=$host;port=$port", $username, $password ) or warn $DBIx::DataSource::errstr; drop_database( "dbi:Pg:dbname=$dbname", $username, $password ) or warn $DBIx::DataSource::errstr; drop_database( "dbi:Pg:dbname=$dbname;host=$host;port=$port", $username, $password ) or warn $DBIx::DataSource::errstr;DESCRIPTIONThis is the PostgresSQL driver for DBIx::DataSource.AUTHORIvan Kohler <ivan-dbix-datasource@420.am>COPYRIGHTCopyright (c) 2000 Ivan Kohler Copyright (c) 2000 Mail Abuse Prevention System LLC All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.BUGSSEE ALSODBIx::DataSource::Driver, DBIx::DataSource, DBD::Pg, DBI perl v5.8.0 2000-09-25 DataSource::Pg(3)
Related Man Pages |
---|
dbix::datasource(3) - debian |
dbix::datasource::driver(3) - debian |
cgi::session::driver::dbi(3) - centos |
apache::session::store::postgres(3) - suse |
dbix::class::manual(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Introduction |
Find columns in a file based on header and print to new file |