From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1885: SHOW autovacuum settings tab completion broken |
Date: | 2005-09-16 13:00:49 |
Message-ID: | 20050916130049.GA92152@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Fri, Sep 16, 2005 at 06:02:14AM +0100, Robert Treat wrote:
> PostgreSQL version: 8.1beta1
>
> When doing SHOW <tab><tab> or SHOW a<tab><tab> none of the autovacuum
> settings come up.
Are you sure you're using an 8.1beta1 psql? I think tab completion
were fixed to read the variable list from pg_settings before 8.1beta1
was released:
http://archives.postgresql.org/pgsql-committers/2005-08/msg00151.php
Here's what I get:
test=> SHOW a<tab><tab>
add_missing_from authentication_timeout autovacuum_naptime autovacuum_vacuum_threshold
all autovacuum autovacuum_vacuum_cost_delay
archive_command autovacuum_analyze_scale_factor autovacuum_vacuum_cost_limit
australian_timezones autovacuum_analyze_threshold autovacuum_vacuum_scale_factor
--
Michael Fuhr
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2005-09-16 13:59:35 | Re: BUG #1886: Bug in SQL parsing |
Previous Message | Viswanath Ramineni | 2005-09-16 11:55:01 | BUG #1887: "Fillinvalues failed" error : PgOledb 1.0.0.19 with Postgres 8.1 Beta |