• Bruce Momjian's avatar
    on my timetravel.c I find a bug: after the · a5e9e51f
    Bruce Momjian authored
    ALTER TABLE mytable drop column last_column_of_table;
    
    the timetravel trigger say on UPDATE/DELETE:
    
    ERROR:  parser: parse error at end of input
    
    
    Here is the patch for this bug
    
    B?jthe Zolt?n
    a5e9e51f
timetravel.c 13.8 KB