2-9 of 1,510,000 results
Open links in new tab
  1. Cross-database references are not implemented

    A table with two "." inside the name will be interpreted as a database.schema.table.

  2. Postgresql cross-database references are not implemented

    Aug 2, 2018 · Postgresql cross-database references are not implemented Asked 7 years, 4 months ago Modified 7 years, 4 months ago Viewed 23k times

  3. Possible to perform cross-database queries with PostgreSQL?

    databaseA=# select * from databaseB.public.someTableName; ERROR: cross-database references are not implemented: "databaseB.public.someTableName" I'm working with some data that is partitioned …

  4. Why am I getting a "cross-database references are not ...

    ERROR 0A000 cross-database references are not implemented: "openerp.public.product_template" The code:

  5. Why does Postgres tell me that cross database references are ...

    Oct 6, 2017 · CONSTRAINT fnord_wilson_shea_fkey FOREIGN KEY (shea_id) REFERENCES fnord.shea.id ) TABLESPACE fnord1; This fails because of the foreign key statement, with ERROR: …

  6. Insert: ERROR [0A000] ERROR: cross-database references are ...

    Aug 24, 2023 · The error message you’re encountering, “cross-database references are not implemented,” suggests that you are trying to reference a table from a different database within your …

  7. mysql - What's a good way to handle cross-database keys in ...

    Jun 6, 2023 · Since database and schema are the same thing in MySQL, you can do cross-database queries and references just as easily. A schema is like a subdirectory. You can USE <schemaname> …

  8. postgresql - pg_dump: error: no matching tables were found ...

    Mar 16, 2023 · I also tried with -t=test.dba.mytable, -t='"test.dba.mytable"' and -t="test.dba.mytable", but then I get pg_dump: error: cross-database references are not implemented: test.dba If I add - …