Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f402456

Browse filesBrowse files
authored
update pgrx (#694)
1 parent 36a094a commit f402456
Copy full SHA for f402456

File tree

9 files changed

+169
-126
lines changed
Filter options

9 files changed

+169
-126
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
curl https://sh.rustup.rs -sSf | sh -s -- -y
4343
source ~/.cargo/env
44-
cargo install cargo-pgrx --version "0.8.2" --locked
44+
cargo install cargo-pgrx --version "0.9.2" --locked
4545
4646
if [[ ! -d ~/.pgrx ]]; then
4747
cargo pgrx init

‎.github/workflows/package-extension.yml

Copy file name to clipboardExpand all lines: .github/workflows/package-extension.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
working-directory: pgml-extension
8686
command: install
87-
args: cargo-pgrx --version "0.8.2" --locked
87+
args: cargo-pgrx --version "0.9.2" --locked
8888
- name: pgrx init
8989
uses: postgresml/gh-actions-cargo@master
9090
with:

‎Dockerfile.local

Copy file name to clipboardExpand all lines: Dockerfile.local
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ENV PATH="/home/postgresml/.cargo/bin:${PATH}"
6969

7070

7171
# Install pgrx
72-
RUN cargo install cargo-pgrx --version "0.8.2" --locked
72+
RUN cargo install cargo-pgrx --version "0.9.2" --locked
7373

7474

7575
COPY --chown=postgresml:postgresml ./ /app

‎pgml-dashboard/static/docs/guides/setup/developers.md

Copy file name to clipboardExpand all lines: pgml-dashboard/static/docs/guides/setup/developers.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Once there, you can initialize `pgrx` and get going:
7070

7171
#### Pgrx command line and environments
7272
```commandline
73-
cargo install cargo-pgrx --version "0.8.2" --locked && \
73+
cargo install cargo-pgrx --version "0.9.2" --locked && \
7474
cargo pgrx init # This will take a few minutes
7575
```
7676

‎pgml-dashboard/static/docs/guides/setup/v2/installation.md

Copy file name to clipboardExpand all lines: pgml-dashboard/static/docs/guides/setup/v2/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ version accordingly if yours is different. Other flavors of Linux should work, b
9797

9898
```
9999
export POSTGRES_VERSION=15
100-
cargo install cargo-pgrx --version "0.8.2" --locked && \
100+
cargo install cargo-pgrx --version "0.9.2" --locked && \
101101
cargo pgrx init --pg${POSTGRES_VERSION} /usr/bin/pg_config && \
102102
cargo pgrx package
103103
```
@@ -106,7 +106,7 @@ version accordingly if yours is different. Other flavors of Linux should work, b
106106
```
107107
export POSTGRES_VERSION=15
108108
cp docker/Cargo.toml.no-python Cargo.toml && \
109-
cargo install cargo-pgrx --version "0.8.2" --locked && \
109+
cargo install cargo-pgrx --version "0.9.2" --locked && \
110110
cargo pgrx init --pg${POSTGRES_VERSION} /usr/bin/pg_config && \
111111
cargo pgrx package
112112
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.