Re: Queries in another user's tables

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: xavier(at)datolibre(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Queries in another user's tables
Date: 2022-07-24 16:29:06
Message-ID: 51d05f6c-229d-5730-295e-e7f5c087ccc1@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/24/22 00:37, xavier(at)datolibre(dot)com wrote:
> Hello friends, I have a database base01 that belongs to user01 and on
> the other hand a datebase base02 that belongs to user02. I need user01
> to make a query "SELECT * FROM base02.yourtable;"
>
> How can you get this?
>

In what client are you doing this?

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message xavier 2022-07-24 16:50:02 Re: Queries in another user's tables (SOLVED)
Previous Message Adrian Klaver 2022-07-24 15:33:44 Re: Strange behavior between timestamp and date comparison