SQL::ReservedWords::PostgreSQL
Reserved SQL words by PostgreSQL
- Provided by: libsql-reservedwords-perl (Version: 0.8-2)
- Report a bug
Reserved SQL words by PostgreSQL
if ( SQL::ReservedWords::PostgreSQL->is_reserved( $word ) ) {
print "$word is a reserved PostgreSQL word!";
}
Determine if words are reserved by PostgreSQL.
Nothing by default. Following subroutines can be exported:
SQL::ReservedWords
<http://www.postgresql.org/docs/manuals/>
Christian Hansen "chansen@cpan.org"
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.