Re: BUG #1885: SHOW autovacuum settings tab completion broken - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: BUG #1885: SHOW autovacuum settings tab completion broken
Date
Msg-id 20050916130049.GA92152@winnie.fuhr.org
Whole thread Raw
In response to BUG #1885: SHOW autovacuum settings tab completion broken  ("Robert Treat" <xzilla@users.sourceforge.net>)
Responses Re: BUG #1885: SHOW autovacuum settings tab completion broken  (Robert Treat <xzilla@users.sourceforge.net>)
List 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

pgsql-bugs by date:

Previous
From: "Robert Treat"
Date:
Subject: BUG #1885: SHOW autovacuum settings tab completion broken
Next
From: "Pete Beck"
Date:
Subject: BUG #1886: Bug in SQL parsing