We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2089cc0 commit 9b70c19Copy full SHA for 9b70c19
etl-postgres/src/tokio/test_utils.rs
@@ -84,7 +84,7 @@ impl<G: GenericClient> PgDatabase<G> {
84
if let Some(server_version) = self.server_version
85
&& server_version.get() >= 150000
86
{
87
- // PostgreSQL 15+ supports FOR ALL TABLES IN SCHEMA syntax
+ // PostgreSQL 15+ supports FOR TABLES IN SCHEMA syntax
88
let create_publication_query = match schema {
89
Some(schema_name) => format!(
90
"create publication {publication_name} for tables in schema {schema_name}"
0 commit comments