DBIx::Renderer::Postgres - DBI renderer for the Postgres SQL variant


NAME

DBIx::Renderer::Postgres - DBI renderer for the Postgres SQL variant


SYNOPSIS

    use DBIx::Renderer ':all';
    my $struct = [ ... ];
    my $renderer = DBIx::Renderer::get_renderer('Postgres');
    print $renderer->create_schema($struct);


DESCRIPTION

This is the renderer for the Postgres dialect of SQL. There's actually nothing to do, since DBIx::Renderer::Base is written to output Postgres' version of SQL, which should be largely compatible with other SQL versions; hence it all went into the base class.


BUGS

None known so far. If you find any bugs or oddities, please do inform the author.


AUTHOR

Marcel Grünauer <marcel@codewerk.com>


COPYRIGHT

Copyright 2001 Marcel Grünauer. All rights reserved.

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


SEE ALSO

perl(1), DBI(3pm), DBIx::Renderer(3pm), DBIx::Renderer::Base(3pm).

 DBIx::Renderer::Postgres - DBI renderer for the Postgres SQL variant