/usr/share/a2ps/sheets/plsql.ssh is in a2ps 1:4.14-1.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | # Last changed: Mon Aug 18 1997 Christian Mondrup (reccmo@sc03.sctp.dk)
#
# Last edited:
#
# Mon Aug 18 1997 Christian Mondrup (reccmo@sc03.sctp.dk)
# Added "rem" as comment. Changed case to insensitive.
style "Oracle PL/SQL" is
written by "Pierre Mareschal <pmaresch@be.oracle.com>"
version is 1.0
documentation is
"This style is to be checked."
end documentation
first alphabet is
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_"
second alphabet is
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_"
case insensitive
keywords in Keyword_strong are
abort, accept, access, add, all, alter, and, any, array, arraylen,
as, asc, assert, assign, at, audit, authorization, avg, base_table,
begin, between, binary_integer, body, boolean, "by" , "case", char,
char_base, check, close, cluster, clusters, colauth, column,
"comment", commit, compress, connect, constant, crash, create,
current, currval, cursor, data_base, database, date, dba, debugoff,
debugon, decimal, declare, default, definition, delay, delete,
delta, desc, digits, dispose, distinct, do, drop, else, elsif,
"end", entry, exception, exception_init, exclusive, exists, exit,
false, fetch, file, float, for, form, from, function, generic,
goto, grant, group, having, identified, if, immediate, "in",
increment, index, indexes, indicator, initial, insert, integer,
interface, intersect, into, "is", level, like, limited, lock, long,
loop, max, maxextents, min, minus, mlslabel, mod, mode, modify,
natural, naturaln, new, nextval, noaudit, nocompress, not, nowait,
null, number, number_base, of, offline, on, online, open, option,
or, order, others, out, package, partition, pctfree, pls_integer,
positive, positiven, pragma, prior, private, privileges, procedure,
public, raise, range, raw, real, record, ref, release, remr,
rename, resource, return, reverse, revoke, rollback, row, rowid,
rowlabel, rownum, rows, rowtype, run, savepoint, schema, select,
separate, session, set, share, size, smallint, space, sql, sqlcode,
sqlerrm, start, statement, stddev, subtype, successful, sum,
synonym, sysdate, tabauth, table, tables, task, terminate, then,
to, trigger, true, type, uid, union, unique, update, use, user,
validate, values, varchar, varchar2, variance, view, views, when,
whenever, where, while, with, work, write, xor
end keywords
sequences are
"/*+" Comment_strong Comment_strong "*/" Comment_strong,
-- Comment,
rem Comment,
"/*" Comment Comment "*/" Comment,
"//" Comment,
C-string,
C-char
end sequences
end style
|