1SQL::ReservedWords::PosUtsgerreSCQoLn(t3r)ibuted Perl DoScQuLm:e:nRteasteirovnedWords::PostgreSQL(3)
2
3
4
6 SQL::ReservedWords::PostgreSQL - Reserved SQL words by PostgreSQL
7
9 if ( SQL::ReservedWords::PostgreSQL->is_reserved( $word ) ) {
10 print "$word is a reserved PostgreSQL word!";
11 }
12
14 Determine if words are reserved by PostgreSQL.
15
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
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
45 SQL::ReservedWords
46
47 <http://www.postgresql.org/docs/manuals/>
48
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.36.0 2022-07-22 SQL::ReservedWords::PostgreSQL(3)