From 2df1e2e9a9c290460a05e7f5ce7727c5bb037a9a Mon Sep 17 00:00:00 2001 From: Anis Elleuch Date: Fri, 5 May 2017 23:20:29 +0100 Subject: [PATCH] doc: Fix pgsql cmd example (#4265) --- docs/bucket/notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bucket/notifications/README.md b/docs/bucket/notifications/README.md index aa39cb2e1..d4739273c 100644 --- a/docs/bucket/notifications/README.md +++ b/docs/bucket/notifications/README.md @@ -535,7 +535,7 @@ mc cp myphoto.jpg myminio/images Open PostgreSQL terminal to list the rows in the `bucketevents` table. ``` -$ psql -h 127.0.0.1 -u postgres -p minio_events +$ psql -h 127.0.0.1 -U postgres -d minio_events minio_events=# select * from bucketevents; key | value