From: | "zammon(at)libero(dot)it" <zammon(at)libero(dot)it> |
---|---|
To: | wsheldah(at)lexmark(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: createdb buggy? |
Date: | 2001-09-06 14:23:23 |
Message-ID: | 3B9786DB.2080502@libero.it |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
wsheldah(at)lexmark(dot)com wrote:
>
>Try typing
>psql "THISDB"
>
$ psql "THISDB"
Connection to database 'thisdb' failed.
FATAL 1: Database thisdb does not exist in pg_database
Sorry, it doesn't work to
Jose
>
>
>so that it won't convert your database name to lower case before it tries to
>look it up in the system catalog. You also might want to upgrade to 7.1.3 or so
>if possible; a lot has changed since 6.5.3.
>
>
>
>
>"zammon(at)libero(dot)it" <zammon%libero.it on 09/06/2001 09:59:50 AM
>
>To: pgsql-general%postgresql(dot)org(at)interlock(dot)lexmark(dot)com
>cc: (bcc: Wesley Sheldahl/Lex/Lexmark)
>Subject: [GENERAL] createdb buggy?
>
>
>Hi all,
>
>I'm using postgresql 6.5.3 and I think I found a bug in createdb tool.
>
>take a look...
>verde:/home/coblib/beta$ createdb THISDB
>verde:/home/coblib/beta$ psql THISDB
>Connection to database 'thisdb' failed.
>FATAL 1: Database thisdb does not exist in pg_database
>
>verde:/home/coblib/beta$ psql -l
>datname |datdba|encoding|datpath
>----------+------+--------+----------
>template1 | 31| 5|template1
>THISDB | 31| 5|THISDB
>
>Is this a known bug?
>
>Jose
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>http://www.postgresql.org/search.mpl
>
>
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Wampler | 2001-09-06 14:28:38 | Re: createdb buggy? |
Previous Message | Timothy H. Keitt | 2001-09-06 14:22:16 | Re: storing large graphs in postgres |