|
NAMESQL::ReservedWords::PostgreSQL - Reserved SQL words by PostgreSQL SYNOPSIS if ( SQL::ReservedWords::PostgreSQL->is_reserved( $word ) ) {
print "$word is a reserved PostgreSQL word!";
}
DESCRIPTIONDetermine if words are reserved by PostgreSQL. METHODS
EXPORTSNothing by default. Following subroutines can be exported: SEE ALSOSQL::ReservedWords <http://www.postgresql.org/docs/manuals/> AUTHORChristian Hansen "chansen@cpan.org" COPYRIGHTThis program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
|