• Thomas G. Lockhart's avatar
    Add keywords to implement Vadim's transaction isolation · bcb5aac8
    Thomas G. Lockhart authored
     and lock syntax as fully parsed tokens.
    Two keywords for isolation are non-reserved SQL92
     (COMMITTED, SERIALIZABLE).
    All other new keywords are non-reserved Postgres (not SQL92)
     (ACCESS, EXCLUSIVE, MODE, SHARE).
    Add syntax to allow CREATE [GLOBAL|LOCAL] TEMPORARY TABLE, throwing an
     error if GLOBAL is specified.
    bcb5aac8
gram.y 140 KB