« PostgreSQL » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
Ligne 5 : | Ligne 5 : | ||
= Installation = | = Installation = | ||
<kode lang='bash'> | <kode lang='bash'> | ||
# will install postgresql-libs postgresql | # will install postgresql-libs, postgresql and create a system user called postgres | ||
sudo pacman -S postgresql | sudo pacman -S postgresql | ||
</kode> | </kode> |
Version du 4 avril 2021 à 17:18
Links
Installation
# will install postgresql-libs, postgresql and create a system user called postgres sudo pacman -S postgresql |