-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from rustprooflabs/pg16
Update pgrx to update to Postgres 16. Minor docs improvement
- Loading branch information
Showing
5 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,21 @@ SELECT pgfaker.company(), pgfaker.person_first_name(), pgfaker.person_last_name( | |
; | ||
``` | ||
|
||
```bash | ||
┌─[ RECORD 1 ]──────┬─────────────────────────────┐ | ||
│ company │ Jacobson-Wyman │ | ||
│ person_first_name │ Adell │ | ||
│ person_last_name │ Treutel │ | ||
│ person_prefix │ Mr. │ | ||
│ person_suffix │ Jr. │ | ||
│ email │ [email protected] │ | ||
│ phone │ (907) 125-0407 │ | ||
│ slogan │ Configurable scalable users │ | ||
│ username │ dwalker │ | ||
│ domain │ weissnat.name │ | ||
└───────────────────┴─────────────────────────────┘ | ||
``` | ||
|
||
|
||
|
||
## Creating installer for your system | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters