Skip to content

Commit

Permalink
docs: update for more modern PostgreSQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
pgguru committed Oct 10, 2023
1 parent 35e9f3f commit 2395962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ Clone PostgreSQL repository:
$> git clone https://github.com/postgres/postgres.git
```

Checkout REL9_5_STABLE (for example) branch:
Checkout REL_15_STABLE (for example) branch:

```bash
$> git checkout REL9_5_STABLE
$> git checkout REL_15_STABLE
```

Make PostgreSQL:
Expand Down Expand Up @@ -733,14 +733,14 @@ OR
set_session_auth():
```
# psql -U postgres test
psql (13.3)
psql (15.4)
Type "help" for help.

test=# grant EXECUTE on FUNCTION set_session_auth(text) to dbclient;
\q

# psql -U dbclient test
psql (13.3)
psql (15.4)
Type "help" for help.

test=> select session_user, current_user, user, current_role;
Expand Down

0 comments on commit 2395962

Please sign in to comment.