Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
8d9c9b61
Unverified
Commit
8d9c9b61
authored
Oct 13, 2023
by
Sandesh Pyakurel
Committed by
GitHub
Oct 13, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(postgres): fix typo (#11967)
parent
3efdbf9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
plugins/postgres/README.md
+1
-1
No files found.
plugins/postgres/README.md
View file @
8d9c9b61
...
@@ -19,4 +19,4 @@ plugins=(... postgres)
...
@@ -19,4 +19,4 @@ plugins=(... postgres)
| stoppost |
`pg_ctl -D /usr/local/var/postgres stop -s -m fast`
| Stop postgres server |
| stoppost |
`pg_ctl -D /usr/local/var/postgres stop -s -m fast`
| Stop postgres server |
| restartpost |
`stoppost && sleep 1 && startpost`
| Restart (calls stop, then start) |
| restartpost |
`stoppost && sleep 1 && startpost`
| Restart (calls stop, then start) |
| reloadpost |
`pg_ctl reload -D /usr/local/var/postgres -s`
| Reload postgres configuration (some setting require restart)|
| reloadpost |
`pg_ctl reload -D /usr/local/var/postgres -s`
| Reload postgres configuration (some setting require restart)|
| statuspost |
`pg_ctl status -D /usr/local/var/postgres -s`
| Check sta
rtus of postgres server (running, stopped)
|
| statuspost |
`pg_ctl status -D /usr/local/var/postgres -s`
| Check sta
tus of postgres server (running, stopped)
|
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment