1SQL::ReservedWords::PosUtsgerreSCQoLn(t3r)ibuted Perl DoScQuLm:e:nRteasteirovnedWords::PostgreSQL(3)
2
3
4

NAME

6       SQL::ReservedWords::PostgreSQL - Reserved SQL words by PostgreSQL
7

SYNOPSIS

9          if ( SQL::ReservedWords::PostgreSQL->is_reserved( $word ) ) {
10              print "$word is a reserved PostgreSQL word!";
11          }
12

DESCRIPTION

14       Determine if words are reserved by PostgreSQL.
15

METHODS

17       is_reserved( $word )
18           Returns a boolean indicating if $word is reserved by either
19           PostgreSQL 7.3, 7.4, 8.0 or 8.1.
20
21       is_reserved_by_postgresql7( $word )
22           Returns a boolean indicating if $word is reserved by either
23           PostgreSQL 7.3 or 7.4.
24
25       is_reserved_by_postgresql8( $word )
26           Returns a boolean indicating if $word is reserved by either
27           PostgreSQL 8.0 or 8.1.
28
29       reserved_by( $word )
30           Returns a list with PostgreSQL versions that reserves $word.
31
32       words
33           Returns a list with all reserved words.
34

EXPORTS

36       Nothing by default. Following subroutines can be exported:
37
38       is_reserved
39       is_reserved_by_postgresql7
40       is_reserved_by_postgresql8
41       reserved_by
42       words
43

SEE ALSO

45       SQL::ReservedWords
46
47       <http://www.postgresql.org/docs/manuals/>
48

AUTHOR

50       Christian Hansen "chansen@cpan.org"
51
53       This program is free software, you can redistribute it and/or modify it
54       under the same terms as Perl itself.
55
56
57
58perl v5.32.0                      2020-07-28 SQL::ReservedWords::PostgreSQL(3)
Impressum