支持增加列/删除列的闪回查询 在foo表增加info列,并插入数据teledb=# alter table foo add column info text; ALTER TABLE teledb=# insert into foo values (7,'ggg', 'new added column'); INSERT 0 1查询给定时间点的历史数据(增加列情况)teledb=# SELECT pg_xact_commit_timestamp(xmin) as xmin_time, pg_xact_commit_timestamp