Re: Backup DB not getting connected

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "J S B" <jsbali(at)gmail(dot)com>
Cc: "Shane Ambler" <pgsql(at)007marketing(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Backup DB not getting connected
Date: 2006-10-14 03:56:39
Message-ID: 25884.1160798199@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"J S B" <jsbali(at)gmail(dot)com> writes:
> well, newDB is the name of the database and that what I'm tryin to connect.
> I'm tryin to keep it the same case in ECPG code as it is in the Database.
> Do u mean to say that combination of upper and lower case is not allowed?

No, I mean to say that names will get downcased in some situations if
not double-quoted. I wonder whether your database is *really* named
"newDB" and not "newdb" ... if it is, you probably need double quotes in
your ECPG call, and if it isn't, you probably need to spell it as newdb
not newDB in ECPG.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan Cruz 2006-10-14 04:12:25 Re: Versioning/updating schema
Previous Message stevegy 2006-10-14 00:05:32 Re: &nbsp;encoding&nbsp;problem