MicrosoftDocs / WSL

Source code behind the Windows Subsystem for Linux documentation.
https://docs.microsoft.com/windows/wsl
Other
1.89k stars 556 forks source link

Write out `psql` command flag in PostgreSQL section of `WSL/tutorials/wsl-database.md` #1808

Closed hamirmahal closed 8 months ago

hamirmahal commented 11 months ago

Documentation Issue

I think truncated flags like the one in psql -c "\du" are less informative to beginners.

Link to documentation page

https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-database#install-postgresql

Suggested Improvements

I think it'd be more informative to readers if we wrote out flags, instead, like so: psql --command="\du".