Re: Why SELECT OWNER.TABLENAME.COLUMNNAME not working ?

From: Anand Raman <araman(at)india-today(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Why SELECT OWNER.TABLENAME.COLUMNNAME not working ?
Date: 2001-03-16 11:19:33
Message-ID: 20010316164933.B13088@india-today.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org so that your
>message can get through to the mailing list cleanly

In response to

Browse pgsql-general by date

  From Date Subject
Next Message yves 2001-03-16 11:44:04 Postgresql database size problem
Previous Message Anand Raman 2001-03-16 11:13:43 pg_dump not working..