Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SELECT (0.14 sec)

  1. docs/bucket/notifications/README.md

    ```
    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 -d minio_events
    minio_events=# select * from bucketevents;
    
    key                 |                      value
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 84K bytes
    - Viewed (2)
Back to top