README.md in rails-pg-extras-4.12.0 vs README.md in rails-pg-extras-4.12.1
- old
+ new
@@ -683,17 +683,18 @@
```ruby
RailsPgExtras.connections
-+-----------------------------------------------------+
-| Returns the list of all active database connections |
-+-----------------+----------------+------------------+
-| username | client_address | application_name |
-+-----------------+----------------+------------------+
-| postgres | 172.19.0.1/32 | psql |
-| postgres | 172.19.0.1/32 | irb |
-+-----------------+----------------+------------------+
++----------------------------------------------------------------+
+| Returns the list of all active database connections |
++------------------+--------------------------+------------------+
+| username | pid | client_address | application_name |
++------------------+--------------------------+------------------+
+| postgres | 15962 | 172.31.69.166/32 | sidekiq |
+| postgres | 16810 | 172.31.69.166/32 | bin/rails |
++------------------+--------------------------+------------------+
+
```
This command returns the list of all active database connections.
### mandelbrot