Re: Relation XX does not exist

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: Anand Raman <araman(at)india-today(dot)com>
Cc: Matt Allen <matt(at)investigationmarketplace(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Relation XX does not exist
Date: 2001-04-05 07:19:08
Message-ID: Pine.GSO.4.21.0104050915470.1479-100000@borg.cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You are right when it comes to the psql client, but I'm using ODBC on MS
Windows (with Cold Fusion and PgAdmin) and maybe he is using clients other
than psql to insert into PostgreSQL that has this problem.

Poul L. Christiansen

On Thu, 5 Apr 2001, Anand Raman wrote:

> Hi Poul
> i guess u are gravely mistaken..
> The table names in pgsql are not case sentive they are all case
> insentive..b Try it out. However if u enclose the name in quotes and
> create the table then it is case sensitive.. To access such tables u
> willalways have to enclose then in quotes..
>
> Anand
>
> On Thu, Apr 05, 2001 at 08:28:43AM +0200, Poul L. Christiansen wrote:
> >PostgreSQL is case sensetive, so jobdetails is not the same as jobDetails.
> >
> >Poul L. Christiansen
> >
> >On Thu, 5 Apr 2001, Matt Allen wrote:
> >
> >> Hi Guys,
> >>
> >> Just started using PG today, bought the book and all was cruising along well untill i got the following error:
> >>
> >> Relation 'jobdetails' does not exist
> >>
> >> when i issued:
> >>
> >> INSERT INTO jobdetails (jobDetailsID, jobID, claimName , claimNumber ,placementDate , completionDate, invType , insType) values
> >> (7, 72,'P1234','Mr T',986453483,988639200, 'S', 'W')
> >>
> >> All seems to be right here:
> >>
> >> impmp=> \d
> >> List of relations
> >> Name | Type | Owner
> >> ----------------+----------+-------
> >> jobDetails | table | impmp
> >> jobdetails_seq | sequence | impmp
> >> jobs | table | impmp
> >> jobs_seq | sequence | impmp
> >> (4 rows)
> >>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anand Raman 2001-04-05 07:35:30 Re: Relation XX does not exist
Previous Message Matt Allen 2001-04-05 06:53:16 Relation XX does not exist