NAME
Fey::SQL::Pg::Delete - Generate PostgreSQL specific DELETE statements
VERSION
version 0.004
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.