From: | "Oliver Siegmar" <oliver(dot)siegmar(at)xams(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | psql client 7.4RC1 completion bug |
Date: | 2003-11-05 16:08:58 |
Message-ID: | 44732.194.97.5.114.1068048538.squirrel@siegmar.sitix.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Oliver Siegmar
Your email address : oliver(dot)siegmar(at)xams(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Eric Jain | 2003-11-05 20:44:39 | Can't create index on text column |
Previous Message | Tom Lane | 2003-11-04 21:48:27 | Re: PostgreSQL 7.4RC1 crashes on Panther |