"Tom Lane" <tgl@sss.pgh.pa.us> writes
> > So wouldn't this mean that any CREATE DATABASE won't work properly in
PITR?
>
> It works fine in a rollforward situation.
Since there is no xlog replay mechanism to CREATE INDEX (bottom-up method),
so CREATE INDEX won't get replayed in PITR?
This seems also true for SET TABLESPACE command.
Regards,
Qingqing