Re: [pgadmin-support] Custom Auto Vacuum factors

2012-02-09 Thread Guillaume Lelarge
On Mon, 2012-02-06 at 23:46 +0100, Guillaume Lelarge wrote: > On Wed, 2012-02-01 at 14:26 +0100, bdmyt...@eranet.pl wrote: > > I tried to capture a screen shot and I changed language to en_US, then > > pgAdmin displayed proper values. When I changed it back to pl_PL (or > > default) I saw 0 again.

Re: [pgadmin-support] Custom Auto Vacuum factors

2012-02-06 Thread Guillaume Lelarge
On Wed, 2012-02-01 at 14:26 +0100, bdmyt...@eranet.pl wrote: > I tried to capture a screen shot and I changed language to en_US, then > pgAdmin displayed proper values. When I changed it back to pl_PL (or > default) I saw 0 again. So I think it could be related somehow with > localization. I think

Re: [pgadmin-support] Custom Auto Vacuum factors

2012-02-01 Thread bdmyt...@eranet.pl
@postgresql.org Temat: Re: [pgadmin-support] Custom Auto Vacuum factors On Wed, 2012-02-01 at 09:02 +0100, bdmyt...@eranet.pl wrote: > Hi, > I executed SQL like this one: > ALTER TABLE "public"."tblTest" SET ( > autovacuum_vacuum_scale_factor = 0.002, > auto

Re: [pgadmin-support] Custom Auto Vacuum factors

2012-02-01 Thread Guillaume Lelarge
On Wed, 2012-02-01 at 09:02 +0100, bdmyt...@eranet.pl wrote: > Hi, > I executed SQL like this one: > ALTER TABLE "public"."tblTest" SET ( > autovacuum_vacuum_scale_factor = 0.002, > autovacuum_analyze_scale_factor = 0.001 > ); > to set custom autovacuum parameters. pgAdmin in table property tab sho