Re: Why SELECT OWNER.TABLENAME.COLUMNNAME not working ? - Mailing list pgsql-general

From Anand Raman
Subject Re: Why SELECT OWNER.TABLENAME.COLUMNNAME not working ?
Date
Msg-id 20010316164933.B13088@india-today.com
Whole thread Raw
In response to Why SELECT OWNER.TABLENAME.COLUMNNAME not working ?  ("Zuev Dmitry" <envoy1@chat.ru>)
List pgsql-general
Hi
I guess this is because postgresql doesnt yet support the concept of
schemas. Such a select statement will make sense when the database
supports schemas..

Hope this helps
Anand
On Mon, Mar 05, 2001 at 03:01:42PM +0600, Zuev Dmitry wrote:
>Can anybody tell me why i can't specify OWNER then i select a pack of tuples
>?
>If i set only TABLENAME.COLUMNNAME all is work, but when i adding to this
>OWNER it's fail.
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
>subscribe-nomail command to majordomo@postgresql.org so that your
>message can get through to the mailing list cleanly

pgsql-general by date:

Previous
From: Anand Raman
Date:
Subject: pg_dump not working..
Next
From: "Vilson farias"
Date:
Subject: Re: Why my vacuum fails?