cours/command line postgresql.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

14 lines
253 B
Markdown

up:: [[terminal commandes]]
title:: "comment lancer postgresql"
usage:: "`psql postgresql`"
#informatique
---
- lancer le service avec homebrew :
- `brew services start postgresql`
- lancer la ligne de commandes :
- `psql postgresql`