============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================
Your name : Oliver Siegmar Your email address : [EMAIL PROTECTED] 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. ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings