DBD-Pg
view release on metacpan or search on metacpan
t/01keywords.t view on Meta::CPAN
use 5.008001;
use strict;
use warnings;
use lib 'blib/lib', 'blib/arch', 't';
use Test::More;
plan tests => 2;
select(($|=1,select(STDERR),$|=1)[1]);
use DBD::Pg ();
my $all_ok = 1;
my $count = 0;
my $t;
for (
# BEGIN GENERATED KEYWORDS
'abort',
'absent',
'absolute',
'access',
'action',
'add',
'admin',
'after',
'aggregate',
'all',
'also',
'alter',
'always',
'analyse',
'analyze',
'and',
'any',
'array',
'as',
'asc',
'asensitive',
'assertion',
'assignment',
'asymmetric',
'at',
'atomic',
'attach',
'attribute',
'authorization',
'backward',
'before',
'begin',
'between',
'bigint',
'binary',
'bit',
'boolean',
'both',
'breadth',
'by',
'cache',
'call',
'called',
'cascade',
'cascaded',
'case',
'cast',
'catalog',
'chain',
'char',
'character',
'characteristics',
'check',
'checkpoint',
'class',
'close',
'cluster',
'coalesce',
'collate',
'collation',
'column',
'columns',
'comment',
'comments',
'commit',
'committed',
'compression',
'concurrently',
'configuration',
'conflict',
'connection',
'constraint',
'constraints',
'content',
'continue',
'conversion',
'copy',
'cost',
'create',
'cross',
'csv',
'cube',
'current',
'current_catalog',
'current_date',
'current_role',
'current_schema',
'current_time',
'current_timestamp',
'current_user',
'cursor',
'cycle',
'data',
'database',
'day',
'deallocate',
'dec',
'decimal',
'declare',
'default',
'defaults',
'deferrable',
'deferred',
'definer',
'delete',
( run in 1.011 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )