The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alzabo::Driver::PostgreSQL - PostgreSQL specific Alzabo driver subclass

SYNOPSIS

  use Alzabo::Driver::PostgreSQL;

DESCRIPTION

This provides some PostgreSQL specific implementations for the virtual methods in Alzabo::Driver.

METHODS

connect

This functions exactly as described in Alzabo::Driver.

create_database

This functions exactly as described in Alzabo::Driver.

get_last_id

Returns the last id created for a sequenced column.

BUGS

In testing, I found that there were some problems using Postgres in a situation where you start the app, connect to the database, get some data, fork, reconnect, and and then get more data. I suspect that this has more to do with the DBD::Pg driver and/or Postgres itself than Alzabo. I don't believe this would be a problem with an app which forks before ever connecting to the database (such as mod_perl).

AUTHOR

Dave Rolsky, <autarch@urth.org>