Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
65b1ed47
Commit
65b1ed47
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add fiel to list keywords.
parent
725a03eb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/tools/SQL_keywords
+226
-0
226 additions, 0 deletions
src/tools/SQL_keywords
src/tools/make_keywords.README
+5
-0
5 additions, 0 deletions
src/tools/make_keywords.README
with
231 additions
and
0 deletions
src/tools/SQL_keywords
0 → 100644
+
226
−
0
View file @
65b1ed47
These are the standard SQL'92 keywords:
absolute
action
add
all
allocate
alter
and
any
are
as
asc
assertion
at
authorization
avg
begin
between
bit
bit_length
both
by
cascade
cascaded
case
cast
catalog
char
character
char_length
character_length
check
close
coalesce
collate
collation
column
commit
connect
connection
constraint
constraints
continue
convert
corresponding
count
create
cross
current
current_date
current_time
current_timestamp
current_user
cursor
date
day
deallocate
dec
decimal
declare
default
deferrable
deferred
delete
desc
describe
descriptor
diagnostics
disconnect
distinct
domain
double
drop
else
end
end-exec
escape
except
exception
exec
execute
eists
external
extract
false
fetch
first
float
for
foreign
found
from
full
get
global
go
goto
grant
group
having
hour
identity
immediate
in
indicator
initially
inner
input
insensititve
insert
int
integer
intersect
interval
into
is
isolation
join
key
language
last
leading
left
level
like
local
lower
match
max
min
minute
module
month
names
national
natural
nchar
next
no
not
null
nullif
numeric
octet_length
of
on
only
open
option
or
ordered
outer
output
overlaps
partial
postion
precision
prepare
preserve
primary
prior
privledges
procedure
public
read
real
references
relative
restrict
revoke
right
rollback
rows
schema
scroll
second
section
select
session
session_user
set
size
smallint
some
sql
sqlcode
sqlerror
sqlstate
substring
sum
system_user
table
temporary
then
time
timestamp
timezone_hour
timezone_minute
to
trailing
transaction
translate
translation
trim
true
union
unique
unknown
update
upper
usage
user
using
value
values
varchar
varying
view
when
whenever
where
with
work
write
year
zone
This diff is collapsed.
Click to expand it.
src/tools/make_keywords.README
0 → 100644
+
5
−
0
View file @
65b1ed47
To get a list of keywords compared to SQL'92, take the keywords out of
backend/parser/keywords.c and tools/SQL_keywords.
Then run sdif with the PostgreSQL keyword file first, then the SQL'92
keywords.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment