Skip to content

Commit

Permalink
fix a few more references to ZomboDB
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Jul 8, 2023
1 parent 329c146 commit a5c807b
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion articles/postgresql-aggregates-with-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ If you're looking for more materials about aggregates, the TimescaleDB folks wro
[pgrx-pg_aggregate]: https://docs.rs/pgrx/0.3.0/pgrx/attr.pg_aggregate.html
[pgrx-postgrestype]: https://docs.rs/pgrx/0.3.0/pgrx/derive.PostgresType.html
[pgrx-system-requirements]: https://github.com/pgcentralfoundation/pgrx/#system-requirements
[plrust]: https://github.com/zombodb/plrust
[plrust]: https://github.com/tcdi/plrust
[rustup-rs]: https://rustup.rs/
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/install
[std::iter::Iterator]: https://doc.rust-lang.org/std/iter/trait.Iterator.html
Expand Down
2 changes: 1 addition & 1 deletion cargo-pgrx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[package]
name = "cargo-pgrx"
version = "0.9.7"
authors = ["ZomboDB, LLC <[email protected]>"]
authors = ["PgCentralFoundation, Inc. <[email protected]>"]
license = "MIT"
description = "Cargo subcommand for 'pgrx' to make Postgres extension development easy"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
Expand Down
16 changes: 8 additions & 8 deletions cargo-pgrx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ If a new minor Postgres version is released in the future you can simply run `ca

```shell script
cargo-pgrx-init 0.5.0
ZomboDB, LLC <[email protected]>
PgCentralFoundation, Inc. <[email protected]>
Initialize pgrx development environment for the first time

USAGE:
Expand Down Expand Up @@ -175,7 +175,7 @@ If you'd like to create a "background worker" instead, specify the `--bgworker`
```shell script
$ cargo pgrx new --help
cargo-pgrx-new 0.5.0
ZomboDB, LLC <[email protected]>
PgCentralFoundation, Inc. <[email protected]>
Create a new extension crate
USAGE:
Expand Down Expand Up @@ -291,7 +291,7 @@ For Postgres installations which are already on your computer, `cargo pgrx run`
```shell script
$ cargo pgrx run --help
cargo-pgrx-run 0.5.0
ZomboDB, LLC <[email protected]>
PgCentralFoundation, Inc. <[email protected]>
Compile/install extension to a pgrx-managed Postgres instance and start psql
USAGE:
Expand Down Expand Up @@ -366,7 +366,7 @@ the specified version of Postgres isn't running, it'll be automatically started.
```shell script
cargo-pgrx-connect 0.5.
ZomboDB, LLC <[email protected]>
PgCentralFoundation, Inc. <[email protected]>
Connect, via psql, to a Postgres instance
USAGE:
Expand Down Expand Up @@ -427,7 +427,7 @@ By default, `cargo pgrx install` builds your extension in debug mode. Specifying
```shell script
$ cargo pgrx install --help
cargo-pgrx-install 0.5.0
ZomboDB, LLC <[email protected]>
PgCentralFoundation, Inc. <[email protected]>
Install the extension from the current crate to the Postgres specified by whatever `pg_config` is
currently on your $PATH
Expand Down Expand Up @@ -515,7 +515,7 @@ make to the database are not preserved.

```shell script
cargo-pgrx-test 0.5.0
ZomboDB, LLC <[email protected]>
PgCentralFoundation, Inc. <[email protected]>
Run the test suite for this crate
USAGE:
Expand Down Expand Up @@ -598,7 +598,7 @@ distobutions or MacOS Postgres installations.
```shell script
$ cargo pgrx package --help
cargo-pgrx-package 0.5.0
ZomboDB, LLC <[email protected]>
PgCentralFoundation, Inc. <[email protected]>
Create an installation package directory

USAGE:
Expand Down Expand Up @@ -654,7 +654,7 @@ If you just want to look at the full extension schema that pgrx will generate, u
```shell script
$ cargo pgrx schema --help
cargo-pgrx-schema 0.5.0
ZomboDB, LLC <[email protected]>
PgCentralFoundation, Inc. <[email protected]>
Generate extension schema files

USAGE:
Expand Down
2 changes: 1 addition & 1 deletion pgrx-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[package]
name = "pgrx-macros"
version = "0.9.7"
authors = ["ZomboDB, LLC <[email protected]>"]
authors = ["PgCentralFoundation, Inc. <[email protected]>"]
license = "MIT"
description = "Proc Macros for 'pgrx'"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
Expand Down
2 changes: 1 addition & 1 deletion pgrx-pg-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[package]
name = "pgrx-pg-config"
version = "0.9.7"
authors = ["ZomboDB, LLC <[email protected]>"]
authors = ["PgCentralFoundation, Inc. <[email protected]>"]
license = "MIT"
description = "A Postgres pg_config wrapper for 'pgrx'"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
Expand Down
2 changes: 1 addition & 1 deletion pgrx-pg-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[package]
name = "pgrx-pg-sys"
version = "0.9.7"
authors = ["ZomboDB, LLC <[email protected]>"]
authors = ["PgCentralFoundation, Inc. <[email protected]>"]
license = "MIT"
description = "Generated Rust bindings for Postgres internals, for use with 'pgrx'"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
Expand Down
2 changes: 1 addition & 1 deletion pgrx-sql-entity-graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[package]
name = "pgrx-sql-entity-graph"
version = "0.9.7"
authors = ["ZomboDB, LLC <[email protected]>"]
authors = ["PgCentralFoundation, Inc. <[email protected]>"]
license = "MIT"
description = "Sql Entity Graph for `pgrx`"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
Expand Down
2 changes: 1 addition & 1 deletion pgrx-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[package]
name = "pgrx-tests"
version = "0.9.7"
authors = ["ZomboDB, LLC <[email protected]>"]
authors = ["PgCentralFoundation, Inc. <[email protected]>"]
license = "MIT"
description = "Test framework for 'pgrx'-based Postgres extensions"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
Expand Down
2 changes: 1 addition & 1 deletion pgrx-version-updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "pgrx-version-updater"
version = "0.1.1"
edition = "2021"
authors = ["ZomboDB, LLC <[email protected]>"]
authors = ["PgCentralFoundation, Inc. <[email protected]>"]
license = "MIT"
description = "Standalone tool to update PGRX Cargo.toml versions and dependencies in preparation for a release."

Expand Down
2 changes: 1 addition & 1 deletion pgrx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[package]
name = "pgrx"
version = "0.9.7"
authors = ["ZomboDB, LLC <[email protected]>"]
authors = ["PgCentralFoundation, Inc. <[email protected]>"]
license = "MIT"
description = "pgrx: A Rust framework for creating Postgres extensions"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
Expand Down

0 comments on commit a5c807b

Please sign in to comment.