Search Postgresql Archives

Re: select results on pg_class incomplete

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

 




You could also create a PostgreSQL foreign server for each of the other databases, which would let you issue a query to UNION together the results of a query on all of the catalogs.  This would require creating a foreign table for pg_class in the other databases.

Thanks. So many possibilities. I am more familiar with dblinks than foreign tables. I will read into it.





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux