Skip to content

Commit 9b70c19

Browse files
Apply suggestion from @iambriccardo
Co-authored-by: Riccardo Busetti <[email protected]>
1 parent 2089cc0 commit 9b70c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etl-postgres/src/tokio/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ impl<G: GenericClient> PgDatabase<G> {
8484
if let Some(server_version) = self.server_version
8585
&& server_version.get() >= 150000
8686
{
87-
// PostgreSQL 15+ supports FOR ALL TABLES IN SCHEMA syntax
87+
// PostgreSQL 15+ supports FOR TABLES IN SCHEMA syntax
8888
let create_publication_query = match schema {
8989
Some(schema_name) => format!(
9090
"create publication {publication_name} for tables in schema {schema_name}"

0 commit comments

Comments
 (0)