NAME
Fey::SQL::Pg::Insert - Generate PostgreSQL specific INSERT statements
DESCRIPTION
Specific PostgreSQL extensions to INSERT statements.
EXTENSIONS
INSERT ... RETURNING
Allows you to perform a SELECT like query on newly inserted rows (which can be helpful for retrieving automatically generated row IDs).
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.