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

NAME

Alzabo::SQLMaker::PostgreSQL - Alzabo SQL making class for PostgreSQL

SYNOPSIS

  use Alzabo::SQLMaker;

  my $sql = Alzabo::SQLMaker->new( sql => 'PostgreSQL' );

DESCRIPTION

PostgreSQL-specific SQL creation.

METHODS

Almost all of the functionality inherited from Alzabo::SQLMaker is used as is. The only overridden methods are limit and get_limit, as PostgreSQL does allow for a LIMIT clause in its SQL.

AUTHOR

Dave Rolsky, <dave@urth.org>