Re: [BUGS] BUG #2333: dropdb ignores the database name argument

2006-03-18 Thread Alvaro Herrera
kevin barnes wrote: > In the 8.1 release on Unbuntu 5.10 there is an error with the dropdb command > in /usr/bin. The error manifests itself by not respecting the DBNAME > argument. It assumes that you want to connect to a database named 'postgres' > and ignores whatever argument you give it. The

Re: [BUGS] BUG #2333: dropdb ignores the database name argument

2006-03-18 Thread Bruce Momjian
kevin barnes wrote: > > The following bug has been logged online: > > Bug reference: 2333 > Logged by: kevin barnes > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.1 > Operating system: ubuntu 5.10 > Description:dropdb ignores the database name argument > D

[BUGS] BUG #2333: dropdb ignores the database name argument

2006-03-18 Thread kevin barnes
The following bug has been logged online: Bug reference: 2333 Logged by: kevin barnes Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: ubuntu 5.10 Description:dropdb ignores the database name argument Details: In the 8.1 release on Unbuntu