Re: Problem with public schema - Mailing list pgsql-novice

From Manuel Sugawara
Subject Re: Problem with public schema
Date
Msg-id m3ad014y8r.fsf@conexa.fciencias.unam.mx
Whole thread Raw
In response to Problem with public schema  ("Nick Allan" <allanni@rvib.org.au>)
List pgsql-novice
"Nick Allan" <allanni@rvib.org.au> writes:

> I get the following error
>
> ERROR:  Relation "tblcategory" does not exist
>
> Anyone got any suggestions on what I'm missing here?

Try adding the quotes, like in public."tblCategory", for instance

  SELECT * FROM "tblCategory"

Regards,
Manuel.

pgsql-novice by date:

Previous
From: "Joe Erickson"
Date:
Subject: Re: New from mssql. Help please
Next
From: Manuel Sugawara
Date:
Subject: Re: Update Row Level Trigger: default value for update trigger