Re: Relation XX does not exist

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

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)
>
> Any clues ? Ive restarted the SQL server and to no avail.
>
> Thanks.
> Matt
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matt Allen 2001-04-05 06:53:16 Relation XX does not exist
Previous Message Soma Interesting 2001-04-05 02:25:00 removing functions