Skip to content

Commit

Permalink
Update crates/connectors/ndc-postgres/src/configuration/version2.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Gil Mizrahi <[email protected]>
  • Loading branch information
plcplc and Gil Mizrahi committed Jan 31, 2024
1 parent c751674 commit 495f5ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ pub fn default_unqualified_schemas_for_tables() -> Vec<String> {
vec!["public".to_string()]
}

/// Types, operators and procedures from these schemas will appear unqualified in the configuration.
pub fn default_unqualified_schemas_for_types_and_procedures() -> Vec<String> {
vec![
"public".to_string(),
Expand Down

0 comments on commit 495f5ad

Please sign in to comment.