| From: | "ALLs(dot)org" <info(at)alls(dot)org> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: ORDB and dot-notation query |
| Date: | 2009-11-11 04:27:06 |
| Message-ID: | 17189cdf0911102027p74126eb2p575a60a95b1f8f91@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
This is tipfeler when writing mail, but in database it is 100% ok like
below:
I'm also using Windows version, can this be reason of problem?
When exec query:
select * from clients WHERE
adress.country.tld = 'de'
adress and country are custom table and TYPE
I receive error:
*SQL error:
ERROR: schema "adress" does not exist*
Thanks
On Wed, Nov 11, 2009 at 5:15 AM, Richard Broersma <
richard(dot)broersma(at)gmail(dot)com> wrote:
> On Tue, Nov 10, 2009 at 8:11 PM, ALLs.org <info(at)alls(dot)org> wrote:
>
> > I have problem with ORDB.
> >
> > When exec query:
> >
> > select * from clients WHERE
> > address.country.tld = 'de'
> >
> > address and country are custom table and TYPE
> >
> > I receive error:
> >
> > SQL error:
> > ERROR: schema "adress" does not exist
> >
> > Do somebody have some problem and how to fix this?
>
> Are you sure that you didn't just misspell address?
>
>
> --
> Regards,
> Richard Broersma Jr.
>
> Visit the Los Angeles PostgreSQL Users Group (LAPUG)
> http://pugs.postgresql.org/lapug
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2009-11-11 04:36:50 | Re: ORDB and dot-notation query |
| Previous Message | Richard Broersma | 2009-11-11 04:15:48 | Re: ORDB and dot-notation query |