psql client 7.4RC1 completion bug - Mailing list pgsql-bugs

From Oliver Siegmar
Subject psql client 7.4RC1 completion bug
Date
Msg-id 44732.194.97.5.114.1068048538.squirrel@siegmar.sitix.net
Whole thread Raw
Responses Re: psql client 7.4RC1 completion bug  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-bugs
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Oliver Siegmar
Your email address      : oliver.siegmar@xams.org


Please enter a FULL description of your problem:
------------------------------------------------

psql -U username template1
template1=# alter database databasename <TAB><TAB>
RESET  SET
template1=# \h alter database
Command:     ALTER DATABASE
Description: change a database
Syntax:
ALTER DATABASE name SET parameter { TO | = } { value | DEFAULT }
ALTER DATABASE name RESET parameter

ALTER DATABASE name RENAME TO newname


...the psql Tab completion doesn't show the rename command.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL 7.4RC1 crashes on Panther
Next
From: Thomas Erskine
Date:
Subject: before trigger doesn't, on insert of too long data