Re: [BUGS] minor issue in createdb 8.0.0beta4

2004-11-01 Thread Silvio Scarpati
Hi Magnus, thanks for the answer. On Mon, 1 Nov 2004 12:24:07 +0100, you wrote: > >Not sure if we want to add a workaround for that? It'd be needed for >every single command, so I personally don't think it's a good idea. > Maybe discarding semicolons in database's names passing the command to

Re: [BUGS] minor issue in createdb 8.0.0beta4

2004-11-01 Thread Magnus Hagander
> Hi ! > > I discovered this particular feature in "createdb" tool > 8.0.0beta4 running on Win32 Platform: > c:\windows> createdb testdb; > CREATE DATABASE > testdb;=# \l > List of databases >Name| Owner | Encoding > ---+--+--- > template0 | postgr

[BUGS] minor issue in createdb 8.0.0beta4

2004-11-01 Thread Silvio Scarpati
Hi ! I discovered this particular feature in "createdb" tool 8.0.0beta4 running on Win32 Platform: Cut And Paste --- c:\windows> createdb testdb; CREATE DATABASE c:\windows> psql testdb psql: FATAL: database "testdb" does not exist c:\windows> psql