Skip to content

Commit

Permalink
Merge pull request #4295 from ajwerner/remove-broken-set-global-doc
Browse files Browse the repository at this point in the history
docs: replace broken `SET GLOBAL` example
  • Loading branch information
szarnyasg authored Dec 7, 2024
2 parents d18f6f9 + f656009 commit 3263ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sql/statements/set.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Retrieve configuration value:
SELECT current_setting('threads');
```

Set the default catalog search path globally:
Set the default sort order globally:

```sql
SET GLOBAL search_path = 'db1,db2'
SET GLOBAL sort_order = 'desc';
```

Set the default collation for the session:
Expand Down

0 comments on commit 3263ac2

Please sign in to comment.