Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a few misspellings in the readme #197

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © Heroku 2008 - 2014
Copyright © Heroku 2008 - 2023

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ heroku plugins:install heroku-pg-extras

### Usage

Each command can display more detailed usage information, including aceepted flags, with `heroku help pg:<command>`.
Each command can display more detailed usage information, including accepted flags, with `heroku help pg:<command>`.

#### `pg:cache-hit`

Expand Down Expand Up @@ -186,7 +186,7 @@ $ heroku pg:table-indexes-size
(truncated results for brevity)
```

This command displays the total size of indexes for each table, in MB. It is calcualtes by using the system administration function `pg_indexes_size()`.
This command displays the total size of indexes for each table, in MB. It is calculates by using the system administration function `pg_indexes_size()`.

### `pg:total-table-size`

Expand Down Expand Up @@ -307,7 +307,7 @@ $ heroku pg:vacuum-stats
public | picnic_table | | | 13 | 0 | 53 |
```

This command displays statistics related to vacuum operations for each table, including an estiamtion of dead rows, last autovacuum and the current autovacuum threshold. This command can be useful when determining if current vacuum thresholds require adjustments, and to determine when the table was last vacuumed.
This command displays statistics related to vacuum operations for each table, including an estimation of dead rows, last autovacuum and the current autovacuum threshold. This command can be useful when determining if current vacuum thresholds require adjustments, and to determine when the table was last vacuumed.

### pg:user-connections

Expand Down