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

docs: fix pgx info in cargo-pgrx README #1953

Merged
merged 1 commit into from
Dec 28, 2024
Merged
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
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
Loading