顯示頁面舊版反向連結回到頁頂 本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。 ====== 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> postgres.txt 上一次變更: 2018/02/16 22:31由 jz