AWS prescriptive-guidance documentation change
Summary
Fixed formatting (whitespace and indentation) in PostgreSQL migration code examples
Security assessment
Changes are purely cosmetic (code formatting) and do not impact security content or functionality.
Diff
diff --git a/prescriptive-guidance/latest/patterns/migrate-from-postgresql-on-amazon-ec2-to-amazon-rds-for-postgresql-using-pglogical.md b/prescriptive-guidance/latest/patterns/migrate-from-postgresql-on-amazon-ec2-to-amazon-rds-for-postgresql-using-pglogical.md index aadd10c53..39ce83f96 100644 --- a//prescriptive-guidance/latest/patterns/migrate-from-postgresql-on-amazon-ec2-to-amazon-rds-for-postgresql-using-pglogical.md +++ b//prescriptive-guidance/latest/patterns/migrate-from-postgresql-on-amazon-ec2-to-amazon-rds-for-postgresql-using-pglogical.md @@ -93 +93 @@ Create a subscriber.| To create a subscriber on the target PostgreSQL database, - psql -h <rds-endpoint> -d target-dbname -U target-dbuser <<EOF + psql -h <rds-endpoint> -d target-dbname -U target-dbuser <<EOF @@ -95 +95 @@ Create a subscriber.| To create a subscriber on the target PostgreSQL database, - node_name := 'subscriber1', + node_name := 'subscriber1', @@ -106,3 +106,3 @@ Create a subscription.| To create a subscription on the target PostgreSQL databa - subscription_name := 'subscription1', - replication_sets := array['default'], - provider_dsn := 'host=<ec2-endpoint> port=5432 dbname=<source-dbname> password=<password> user=source-dbuser' + subscription_name := 'subscription1', + replication_sets := array['default'], + provider_dsn := 'host=<ec2-endpoint> port=5432 dbname=<source-dbname> password=<password> user=source-dbuser'