Skip to content

Commit

Permalink
docs: fix pgx info in cargo-pgrx README (#1953)
Browse files Browse the repository at this point in the history
Hi there. I'm not sure if `pgx` is an old style name? Just fix it to
`pgrx`.
  • Loading branch information
mrdrivingduck authored Dec 28, 2024
1 parent e169887 commit c944bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-pgrx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ that generate extension artifacts will automatically copy these files, and only
to their final destination as dictated by `pg_config`.


## Information about pgx-managed development environment
## Information about pgrx-managed development environment

```console
$ cargo pgrx info --help
Expand All @@ -664,7 +664,7 @@ Options:
-V, --version Print version
```

`cargo pgx info` helps retrieving information about pgx-managed development
`cargo pgrx info` helps retrieving information about pgrx-managed development
environment (such as managed Postgres installations)

## EXPERIMENTAL: Versioned shared-object support
Expand Down

0 comments on commit c944bde

Please sign in to comment.