Skip to content

Fully qualify table name #445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 21, 2022
Merged

Fully qualify table name #445

merged 1 commit into from
Oct 21, 2022

Conversation

levkk
Copy link
Contributor

@levkk levkk commented Oct 21, 2022

  1. Create tables in the public schema in the dashboard by default
  2. Check that the table exists in the public schema or otherwise request fully qualified table name

@levkk levkk merged commit 57e25b3 into master Oct 21, 2022
@levkk levkk deleted the levkk-fqtn branch October 21, 2022 19:55
(PgBuiltInOids::TEXTOID.oid(), table_name.clone().into_datum())
]).unwrap();

let error = format!("Relation \"{}\" could not be found in the public schema. Please specify the table schema, e.g. pgml.{}", table_name, table_name);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why doesn't the search path take care of this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fn analysis

SilasMarvin pushed a commit that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants