Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3679116
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T03:25:17+00:00 2026-05-19T03:25:17+00:00

Is it possible to JOIN rows from two separate postgres databases? I am working

  • 0

Is it possible to JOIN rows from two separate postgres databases?

I am working with system with couple databases in one server and sometimes I really need such a feature.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T03:25:18+00:00Added an answer on May 19, 2026 at 3:25 am

    According to http://wiki.postgresql.org/wiki/FAQ

    There is no way to query a database other than the current one.
    Because PostgreSQL loads database-specific system catalogs, it is
    uncertain how a cross-database query should even behave.
    contrib/dblink allows cross-database queries using function calls. Of
    course, a client can also make simultaneous connections to different
    databases and merge the results on the client side.

    EDIT: 3 years later (march 2014), this FAQ entry has been revised and is more helpful:

    How do I perform queries using multiple databases?

    There is no way to directly query a database other than the current
    one. Because PostgreSQL loads database-specific system catalogs, it is
    uncertain how a cross-database query should even behave.

    The SQL/MED support in PostgreSQL allows a “foreign data wrapper” to
    be created, linking tables in a remote database to the local database.
    The remote database might be another database on the same PostgreSQL
    instance, or a database half way around the world, it doesn’t matter.
    postgres_fdw is built-in to PostgreSQL 9.3 and includes read/write
    support; a read-only version for 9.2 can be compiled and installed as
    a contrib module.

    contrib/dblink allows cross-database queries using function calls and
    is available for much older PostgreSQL versions. Unlike postgres_fdw
    it can’t “push down” conditions to the remote server, so it’ll often
    land up fetching a lot more data than you need.

    Of course, a client can also make simultaneous connections to
    different databases and merge the results on the client side.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to join two sockets? For example, if a process is acting
Is it possible to join two classes without specified mapping between them (using Criteria
Is it possible to open 2 documents from an xQuery and do a join
I want to left join two tables. My problem is that the table from
Consider the following two queries: select a.*, c.* from account a join customer c
I'm looking for the best way to display all rows from two tables while
Is it possible to do a cross table join in mysql spaning different tables?
Possible Duplicate: What's the difference between NOT EXISTS vs. NOT IN vs. LEFT JOIN
Is it possible, using an Observer, to observe the creation of JOIN records? For
Possible Duplicate: NAnt or MSBuild, which one to choose and when? What is the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.