顯示頁面 舊版 反向連結 本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。 ====== PostgreSQL ====== <code> pacman -S postgres sudo -u postgres -i initdb --locale $LANG -E UTF8 -D '/var/lib/postgres/data' sudo systemctl start postgresql sudo systemctl enable postgresql createuser --interactive createdb myDatabaseName </code>