DBD-Pg
view release on metacpan or search on metacpan
test_str = "reindex";
}
} else if (word[2] < 'p') {
test_str = "release";
} else if (word[4] < 'i') {
test_str = "replace";
} else {
test_str = "replica";
}
} else if (word[0] < 'v') {
if (word[0] < 'u') {
test_str = "schemas";
} else {
test_str = "uescape";
}
} else if (word[1] < 'e') {
test_str = "varchar";
} else {
test_str = "verbose";
}
} else if (word[1] < 'e') {
if (word[2] < 's') {
if (word[0] < 'v') {
test_str = "partial";
} else {
test_str = "varying";
}
} else if (word[0] < 'p') {
test_str = "natural";
} else {
test_str = "passing";
}
} else if (word[0] < 's') {
if (word[2] < 's') {
test_str = "refresh";
} else if (word[2] < 't') {
test_str = "restart";
} else {
test_str = "returns";
}
} else if (word[0] < 'v') {
test_str = "session";
} else {
test_str = "version";
}
} else if (word[0] < 'r') {
if (word[0] < 'p') {
if (word[0] < 'o') {
if (word[1] < 'u') {
if (word[3] < 'n') {
test_str = "nothing";
} else {
test_str = "notnull";
}
} else {
test_str = "numeric";
}
} else if (word[1] < 'v') {
test_str = "options";
} else {
test_str = "overlay";
}
} else if (word[2] < 'i') {
if (word[1] < 'r') {
test_str = "placing";
} else {
test_str = "prepare";
}
} else if (word[2] < 'o') {
test_str = "primary";
} else {
test_str = "program";
}
} else if (word[1] < 'r') {
if (word[0] < 'u') {
if (word[0] < 's') {
test_str = "routine";
} else {
test_str = "similar";
}
} else if (word[0] < 'w') {
test_str = "unknown";
} else if (word[0] < 'x') {
test_str = "without";
} else {
test_str = "xmlroot";
}
} else if (word[0] < 't') {
if (word[1] < 'u') {
test_str = "storage";
} else {
test_str = "support";
}
} else if (word[0] < 'w') {
if (word[2] < 'u') {
test_str = "trigger";
} else {
test_str = "trusted";
}
} else {
test_str = "wrapper";
}
break;
case 8:
if (word[0] < 'n') {
if (word[1] < 'n') {
if (word[0] < 'f') {
if (word[0] < 'd') {
if (word[0] < 'b') {
test_str = "absolute";
} else if (word[0] < 'c') {
test_str = "backward";
} else {
test_str = "cascaded";
}
} else if (word[2] < 's') {
if (word[3] < 'e') {
test_str = "defaults";
} else {
test_str = "deferred";
}
( run in 0.706 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )