Skip to content

Commit 5e99cd0

Browse files
committed
Docs and gitignore cleanup
1 parent 3ef2985 commit 5e99cd0

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
**/*.rs.bk
44
Cargo.lock
55
sql/*.generated.sql
6-
extension.dot
7-
extension.jpg
6+
pgdd.dot
7+
build/pgdd-binaries.tar.gz

build/pgdd-binaries.tar.gz

-195 KB
Binary file not shown.

docs/src/create-installer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PG_VERS=("pg13" "pg14" "pg15" "pg16" "pg17")
7373
```
7474

7575

76-
To only build for Postgres on a single OS, add a `grep <osname` command to the
76+
To only build for Postgres on a single OS, add a `grep <osname>` command to the
7777
loop logic. The original file that runs for all OSs with Dockerfiles looks like
7878
the following line.
7979

@@ -201,7 +201,7 @@ sudo dpkg -i --force-overwrite ./pgdd.deb
201201
202202
```bash
203203
cargo pgrx schema -d pgdd.dot
204-
dot -Goverlap=prism -Gspline=ortho -Tjpg pgdd.dot > pgdd.jpg
204+
dot -Goverlap=prism -Gspline=ortho -Tjpg pgdd.dot > docs/src/pgdd.jpg
205205
```
206206
207207
![pgrx dependencies for pgdd](pgdd.jpg)

docs/src/pgdd.jpg

100 KB
Loading

pgdd.jpg

-120 KB
Binary file not shown.

0 commit comments

Comments
 (0)