-
-
16 Nov 2010 23:33:19 UTC
- Distribution: Fey-SQL-Pg
- Module version: 0.005
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (617 / 1 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (11.2KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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 asselect
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.
Module Install Instructions
To install Fey::SQL::Pg, copy and paste the appropriate command in to your terminal.
cpanm Fey::SQL::Pg
perl -MCPAN -e shell install Fey::SQL::Pg
For more information on module installation, please visit the detailed CPAN module installation guide.