« PostgreSQL » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:SQL = Links = * [https://wiki.archlinux.org/index.php/PostgreSQL PostgreSQL on Archlinux] »)
 
Aucun résumé des modifications
Ligne 2 : Ligne 2 :
= Links =
= Links =
* [https://wiki.archlinux.org/index.php/PostgreSQL PostgreSQL on Archlinux]
* [https://wiki.archlinux.org/index.php/PostgreSQL PostgreSQL on Archlinux]
= Installation =
<kode lang='bash'>
# will install postgresql-libs postgresql
sudo pacman -S postgresql
</kode>

Version du 4 avril 2021 à 17:17

Links

Installation

Bash.svg
# will install postgresql-libs postgresql
sudo pacman -S postgresql