ruby-pg-extras 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/ruby-pg-extras/queries/total_table_size.sql +1 -1
- data/lib/ruby-pg-extras/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a09437b758895b5a7dcb519cd1659c5afb0ae11d9fa3e79b73ddac88cd689c8
|
4
|
+
data.tar.gz: addcfb85c1f3a73731cbd34670ed984d8677954563980cf4e9b3317fcc329ce8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62cdf41039cd544cc02467606282bca0ecf990b0d65eeaf51803e356b702eba719ee4f861318fef7a225834c0afa85b0ed4f5cd652e604b9c9c6f5f0057e5f7f
|
7
|
+
data.tar.gz: '081df083c1f33c94883eb0fff10ad32b6ca28629f39b07ca704879a45c7945b7c67706bd27107fcfff8001ba4d78924ff1f4810ff7fdab312748ef9bedbbbce1'
|
data/README.md
CHANGED
@@ -265,7 +265,7 @@ RubyPGExtras.table_size
|
|
265
265
|
(truncated results for brevity)
|
266
266
|
```
|
267
267
|
|
268
|
-
This command displays the size of each table in the database, in MB. It is calculated by using the system administration function `pg_table_size()`, which includes the size of the main data fork, free space map, visibility map and TOAST data.
|
268
|
+
This command displays the size of each table and materialized view in the database, in MB. It is calculated by using the system administration function `pg_table_size()`, which includes the size of the main data fork, free space map, visibility map and TOAST data.
|
269
269
|
|
270
270
|
### `table_indexes_size`
|
271
271
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-pg-extras
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pawurb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|