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.
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
@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
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
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 shows 0 for
vacuum and analyze scale factors instead of 0.002 and 0.001. Scri