doc: Fix pgsql cmd example (#4265)

This commit is contained in:
Anis Elleuch 2017-05-05 23:20:29 +01:00 committed by Harshavardhana
parent e372b5ed67
commit 2df1e2e9a9

View File

@ -535,7 +535,7 @@ mc cp myphoto.jpg myminio/images
Open PostgreSQL terminal to list the rows in the `bucketevents` table. 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; minio_events=# select * from bucketevents;
key | value key | value