Re: Create a materialized view in PostgreSQL which can be access by all the user account

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Apr 17, 2017 at 10:00 AM, Dinesh Chandra 12108 <Dinesh.Chandra@xxxxxxxxxx> wrote:

Hi Experts,

 

How can we create a materialized view in PostgreSQL which can be access by all the user account in all Database?


​Databases are isolated - while connected to one you cannot directly see objects in another.  You need to use something like postgres_fdw to link current database and the one containing the materialized view together.​

And ensure the proper permissions are setup.


David J.

[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux