RE: [SQL] Accessing to a granted table.

From: Greg Youngblood <YoungblG(at)houstoncellular(dot)com>
To: "'Roberto Perez Lita'" <rperez(at)tissat(dot)es>, pgsql-sql(at)postgreSQL(dot)org
Subject: RE: [SQL] Accessing to a granted table.
Date: 1999-08-24 15:38:32
Message-ID: 2B9713A99045D211BB4E0008C7566869DC9D7F@SCORPEXC1.houstoncell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Try dropping the "user1" in "user1.table1". Instead just "SELECT * FROM
TABLE1".

That is, if I understand the question correctly...
Greg

Gregory S. Youngblood
ext 2164
 
 

> -----Original Message-----
> From: Roberto Perez Lita [mailto:rperez(at)tissat(dot)es]
> Sent: Tuesday, August 24, 1999 4:17 AM
> To: pgsql-sql(at)postgreSQL(dot)org
> Subject: [SQL] Accessing to a granted table.
>
>
> Hi all, I have two users in a postgresql database, one is called user1
> and the other user2.
> I have one table owned by the user1 which is called table1.
> I have granted the table1 to be selected by the user2.
> My question is: how can I access to table1 from the user2?
>
> I have tried from user2: SELECT * FROM USER1.TABLE1 but it
> doesn't work.
>
> Thanks in advance.
> Roberto Pérez.
>

Browse pgsql-sql by date

  From Date Subject
Next Message Esteban Chiner Sanz 1999-08-24 16:34:28 Dumping Oracle tables into Postgres
Previous Message José Soares 1999-08-24 13:37:23 Re: [SQL] Expression with aggregate