mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
doc: Fix pgsql cmd example (#4265)
This commit is contained in:
parent
e372b5ed67
commit
2df1e2e9a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user