PostgreSQL [Video]: Cross Database Queries using DbLink Extension

How we can perform cross database queries in PostgreSQL? The different RDBMS systems like Microsoft SQL Server, MySQL, You can select data from one database to another database. What we are doing is we simply select data using database_name.schema.table. In the PostgreSQL, you cannot perform the cross database query like other database technology. In this … Continue reading PostgreSQL [Video]: Cross Database Queries using DbLink Extension