Re: psql doesn't see externally created db

From: Didier Gasser-Morlay <didiergm(at)gmail(dot)com>
To: lukasz(dot)brodziak(at)gmail(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: psql doesn't see externally created db
Date: 2011-03-08 14:20:06
Message-ID: AANLkTimWqkt-U=rM5ngWi+cgA3EZjp_wQgsK3K3_WBgS@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

lukasz
I would first check for upper/lowercase mix, also make sure that that the
databse name, if send between double quotes matches exactly the case of the
original db name.

If all lowercase no double quotes needed, if uppercase or mix then you must
use double quotes

Regards

Didier

Browse pgsql-novice by date

  From Date Subject
Next Message Didier Gasser-Morlay 2011-03-08 14:24:49 Re: Simple table creation
Previous Message Lukasz Brodziak 2011-03-08 10:42:19 psql doesn't see externally created db