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

NAME

Fey::SQL::Pg::Delete - Generate PostgreSQL specific DELETE statements

DESCRIPTION

Specific PostgreSQL extensions to DELETE statements.

EXTENSIONS

DELETE ... RETURNING

Allows you to perform a SELECT like query on deleted rows.

Specify columns to be returned by using returning. This takes the same input as select in Fey::SQL::Select.

AUTHOR

Oliver Charles <oliver.g.charles@googlemail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Oliver Charles.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.