forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit878b8d6

Thomas G. Lockhart
Define ROW and STATEMENT as parser tokens.
Use explicit tokens to decode CREATE TRIGGER clauses.Allow ROW and STATEMENT as column identifiers.Fix CAST syntax to require parens per SQL92 spec.Define TypeId to allow correct translation of type names in CREATE FUNCTION and other statements. Need to do this without looking up defined type names because CREATE FUNCTION can specify undefined (new) types.Define UserId to complete removal of "Id" generic entity.Define xlateSqlFunc() to convert SQL92 CHARACTER_LENGTH() and CHAR_LENGTH() functions to calls to length().Define func_name parser entity for contexts requiring a function name.Have xlateSqlType() translate "float" to "float8".1 parent5e9e884 commit878b8d6
2 files changed
+191
-125
lines changed0 commit comments
Comments
(0)