On Wed, 2007-05-30 at 22:41 -0400, Greg Smith wrote:
> -Find something harmless I can execute in a loop that will generate WAL
> activity, run that until the segment gets archived. Haven't really
> thought of something good to use for that purpose yet.
create table xlog_switch as
select '0123456789ABCDE' from generate_series(1,1000000);
drop table xlog_switch;
--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com