mikeizbicki / pgrollup

easy creation of rollup tables in postgresql (compute count(*) queries in constant time)
1 stars 1 forks source link

parser_pg completed #5

Open valenxie opened 3 years ago

valenxie commented 3 years ago

A few modifications on parser_pg's parser_create doctests:

  1. For sql0, the output of having_clause changed from 'foo=bar' to '(foo=bar)'
  2. For sql9, the original output of the first table's alias is wrong, so it's modified from 'FULL' to 'testjoin1', it's join type is also changed from 'INNER JOIN' to 'FULL JOIN'
  3. All rollup table names are removed