Re: [ADMIN] PG_REORG ISSUE

2012-11-29 Thread Josh Kupershmidt
This thread belongs on the pg_reorg mailing list, so I am moving it there. On Tue, Nov 27, 2012 at 10:37 PM, suhas.basavaraj12 wrote: > Hi, > > Found a peculiar issue with reorg_trigger on one of the important table > in the db. > > SELECT>ERROR: must be superuser to use reorg_trigger functi

[ADMIN] PG_REORG ISSUE

2012-11-28 Thread suhas.basavaraj12
Hi, Found a peculiar issue with reorg_trigger on one of the important table in the db. SELECT>ERROR: must be superuser to use reorg_trigger function. Due to this , table was not accessible by application and all the stored procedures which run on that table failed. I did \d affected_table ,