From 6498a3ab1d1f9bd1b4302ce911db4f6790781399 Mon Sep 17 00:00:00 2001 From: skobkin Date: Wed, 6 Nov 2024 19:09:08 +0000 Subject: [PATCH] postgresql_backup. code highlight in README.md --- postgresql_backup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql_backup/README.md b/postgresql_backup/README.md index e070ec2..ddd3497 100644 --- a/postgresql_backup/README.md +++ b/postgresql_backup/README.md @@ -5,13 +5,13 @@ Do not forget to create and/or edit `~/.pgpass` file providing all needed passwords for each host: The format is the following: -```csv +```properties hostname:port:database:username:password ``` Example -```csv +```properties localhost:5432:*:postgres:pg_password_1 localhost:5433:*:postgres:pg_password_2 ``` \ No newline at end of file