Skip to content

Commit b69e776

Browse files
mamcxjdetter
andauthored
Update the docs for postgres wire format changes in 1.6.0 (#3516)
# Description of Changes Closes #3502. Adding section for more clarification (the remark in `Connection Parameters` could be easy to miss) # Expected complexity level and risk 1 # Testing - [x] See the changes with the `pnpm dev` --------- Signed-off-by: Mario Montoya <[email protected]> Co-authored-by: John Detter <[email protected]>
1 parent 18ae38b commit b69e776

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/docs/08-SQL/02-pg-wire.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@ _For PowerShell_:
9191
$env:PGPASSWORD = (spacetime login show --token | Select-String 'Your auth token.*is (.*)' | % { $_.Matches[0].Groups[1].Value })
9292
```
9393

94+
### Enabling _PGWire_ in SpacetimeDB Standalone
95+
96+
_PGWire_ is disabled by default when starting a `SpacetimeDB Standalone` server.
97+
98+
To enable it, start the server with the `--pg-port` option:
99+
100+
```bash
101+
spacetime start --pg-port 5432 [ARGS]
102+
```
103+
94104
## Examples
95105

96106
In the following example, we assume you are using the `quickstart-chat` database created in

0 commit comments

Comments
 (0)