The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Otogiri::Plugin::TableInfo::PgKeywords - PostgreSQL Keywords

SYNOPSIS

    use Otogiri::Plugin::TableInfo::PgKeywords;
    my $k = Otogiri::Plugin::TableInfo::PgKeywords->new();
    my $quoted = $k->quote('position'); # => '"position"'

DESCRIPTION

Provide PostgreSQL Keyword

METHODS

my $quoted_column = $self->quote_column($column_name);

quote column name if column uses reserved word